#0BA752

Color #0BA752 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #0BA752

Tints of Pigment Green #0BA752

Color information

#0BA752 (or 0x0BA752) is unknown color: approx Pigment Green. HEX triplet: 0B, A7 and 52. RGB value is (11,167,82). Sum of RGB (Red+Green+Blue) = 11+167+82=260 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.23% from 260); Green value is 167 (65.62% from 255 or 64.23% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 167 - color contains mainly: green. Hex color #0BA752 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BA752 is #F458AD. Grayscale: #6E6E6E. Windows color (decimal): -16013486 or 5416715. OLE color: 5416715.

HSL color Cylindrical-coordinate representation of color #0BA752: hue angle of 147.31º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA752 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB1116782-
CMYK0.9300.510.35
HSL147.31º87.64%34.9%-
HSV(B)147.31º93.41%65.49%-
XYZ15.4828.3212.63-
YUV110.67111.8256.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 4.23%
GREEN value IS 167 (65.62% from 255) = 64.23%
BLUE value IS 82 (32.42% from 255) = 31.54%
R=4.23%
G=64.23%
B=31.54%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal11167820.9300.510.35147.3187.6434.9
HexBA7525D03323935823
Octal132471221350634322313043
Binary101110100111101001010111010110011100011100100111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0BA752; }

 p { color: rgb(11,167,82); }

 H1.HeaderClassName
 {
   color: #0BA752;
 }
 .AnyTagClassName
 {
   color: #0BA752;
 }
</style>
background-color css

<style>
 a { background-color: #0BA752; }

 a { background-color: rgb(11,167,82); }

 div.DivClassName
 {
   background-color: #0BA752;
 }
 .BgClassName
 {
   background-color: #0BA752;
 }
</style>
border-color css

<style>
 span { border-color: #0BA752; }

 span { border-color: rgb(11,167,82); }

 td.TdClassName
 {
   border-color: #0BA752;
 }
 .TagClassName
 {
   border-color: #0BA752;
 }
</style>