Html Css Color HEX #0BB159 Pigment Green

📋 copy color: '#0BB159'

red 11 ◦ green 177 ◦ blue 89

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

Shades of Pigment Green #0BB159

Tints of Pigment Green #0BB159

RGB

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

 GREEN value IS 177 (69.53% from 255) = 63.9%

 BLUE value IS 89 (35.16% from 255) = 32.13%

R = 3.97%
G = 63.9%
B = 32.13%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#0BB159 (or 0x0BB159) is known color: Pigment Green. HEX triplet: 0B, B1 and 59. RGB value is (11,177,89). Sum of RGB (Red+Green+Blue) = 11+177+89=277 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.97% from 277); Green value is 177 (69.53% from 255 or 63.90% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 177 - color contains mainly: green. Hex color #0BB159 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BB159 is #F44EA6. Grayscale: #757575. Windows color (decimal): -16010919 or 5878027. OLE color: 5878027.

HSL color Cylindrical-coordinate representation of color #0BB159: hue angle of 148.19º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB159 is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 11 177 89 -
CMYK 0.94 0 0.50 0.31
HSL 148.19º 0.88% 0.37% -
HSV(B) 148.19º 0.94% 0.69% -
XYZ 17.66 32.24 14.74 -
YUV 117.33 112 52.16 -
System Red Green Blue C M Y K H S L
Decimal 11 177 89 0.94 0 0.50 0.31 148.19 0.88 0.37
Hex B B1 59 5E 0 32 1F 94 58 25
Octal 13 261 131 136 0 62 37 224 130 45
Binary 1011 10110001 1011001 1011110 0 110010 11111 10010100 1011000 100101

Color Harmonies of #0BB159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB159

Black with #0BB159

Text Example


Text Example

White with #0BB159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,177,89); }

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

background-color css

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

 a { background-color: rgb(11,177,89); }

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

border-color css

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

 span { border-color: rgb(11,177,89); }

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