#0B9652

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

Shades of Pigment Green #0B9652

Tints of Pigment Green #0B9652

Color information

#0B9652 (or 0x0B9652) is unknown color: approx Pigment Green. HEX triplet: 0B, 96 and 52. RGB value is (11,150,82). Sum of RGB (Red+Green+Blue) = 11+150+82=243 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.53% from 243); Green value is 150 (58.98% from 255 or 61.73% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 150 - color contains mainly: green. Hex color #0B9652 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B9652 is #F469AD. Grayscale: #646464. Windows color (decimal): -16017838 or 5412363. OLE color: 5412363.

HSL color Cylindrical-coordinate representation of color #0B9652: hue angle of 150.65º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9652 is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB1115082-
CMYK0.9300.450.41
HSL150.65º86.34%31.57%-
HSV(B)150.65º92.67%58.82%-
XYZ12.5722.4911.66-
YUV100.69117.4564.03-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.53%
GREEN value IS 150 (58.98% from 255) = 61.73%
BLUE value IS 82 (32.42% from 255) = 33.74%
R=4.53%
G=61.73%
B=33.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11150820.9300.450.41150.6586.3431.57
HexB96525D02D29975620
Octal132261221350555122712640
Binary101110010110101001010111010101101101001100101111010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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