Html Css Color HEX #0BAB5B Pigment Green

📋 copy color: '#0BAB5B'

red 11 ◦ green 171 ◦ blue 91

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

Shades of Pigment Green #0BAB5B

Tints of Pigment Green #0BAB5B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 62.64%

 BLUE value IS 91 (35.94% from 255) = 33.33%

R = 4.03%
G = 62.64%
B = 33.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#0BAB5B (or 0x0BAB5B) is known color: Pigment Green. HEX triplet: 0B, AB and 5B. RGB value is (11,171,91). Sum of RGB (Red+Green+Blue) = 11+171+91=273 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.03% from 273); Green value is 171 (67.19% from 255 or 62.64% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 171 - color contains mainly: green. Hex color #0BAB5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAB5B is #F454A4. Grayscale: #727272. Windows color (decimal): -16012453 or 6007563. OLE color: 6007563.

HSL color Cylindrical-coordinate representation of color #0BAB5B: hue angle of 150º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAB5B is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 171 91 -
CMYK 0.94 0 0.47 0.33
HSL 150º 0.88% 0.36% -
HSV(B) 150º 0.94% 0.67% -
XYZ 16.59 29.95 14.8 -
YUV 114.04 114.99 54.5 -
System Red Green Blue C M Y K H S L
Decimal 11 171 91 0.94 0 0.47 0.33 150 0.88 0.36
Hex B AB 5B 5E 0 2F 21 96 58 24
Octal 13 253 133 136 0 57 41 226 130 44
Binary 1011 10101011 1011011 1011110 0 101111 100001 10010110 1011000 100100

Color Harmonies of #0BAB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BAB5B

Black with #0BAB5B

Text Example


Text Example

White with #0BAB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,171,91); }

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

background-color css

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

 a { background-color: rgb(11,171,91); }

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

border-color css

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

 span { border-color: rgb(11,171,91); }

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