Html Css Color HEX #0B9B32 Pigment Green

📋 copy color: '#0B9B32'

red 11 ◦ green 155 ◦ blue 50

#0B9B32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #0B9B32

Tints of Pigment Green #0B9B32

RGB

 RED value IS 11 (4.69% from 255) = 5.09%

 GREEN value IS 155 (60.94% from 255) = 71.76%

 BLUE value IS 50 (19.92% from 255) = 23.15%

R = 5.09%
G = 71.76%
B = 23.15%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#0B9B32 (or 0x0B9B32) is known color: Pigment Green. HEX triplet: 0B, 9B and 32. RGB value is (11,155,50). Sum of RGB (Red+Green+Blue) = 11+155+50=216 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.09% from 216); Green value is 155 (60.94% from 255 or 71.76% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 155 - color contains mainly: green. Hex color #0B9B32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9B32 is #F464CD. Grayscale: #646464. Windows color (decimal): -16016590 or 3316491. OLE color: 3316491.

HSL color Cylindrical-coordinate representation of color #0B9B32: hue angle of 136.25º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9B32 is Cyan = 0.93, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB 11 155 50 -
CMYK 0.93 0 0.68 0.39
HSL 136.25º 0.87% 0.33% -
HSV(B) 136.25º 0.93% 0.61% -
XYZ 12.44 23.74 6.95 -
YUV 99.97 99.79 64.54 -
System Red Green Blue C M Y K H S L
Decimal 11 155 50 0.93 0 0.68 0.39 136.25 0.87 0.33
Hex B 9B 32 5D 0 44 27 88 57 21
Octal 13 233 62 135 0 104 47 210 127 41
Binary 1011 10011011 110010 1011101 0 1000100 100111 10001000 1010111 100001

Color Harmonies of #0B9B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9B32

Black with #0B9B32

Text Example


Text Example

White with #0B9B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,155,50); }

 H1.HeaderClassName
 {
   color: #0B9B32;
 }
 .AnyTagClassName
 {
   color: #0B9B32;
 }
</style>

background-color css

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

 a { background-color: rgb(11,155,50); }

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

border-color css

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

 span { border-color: rgb(11,155,50); }

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