Html Css Color HEX #0BB359 Pigment Green

📋 copy color: '#0BB359'

red 11 ◦ green 179 ◦ blue 89

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

Shades of Pigment Green #0BB359

Tints of Pigment Green #0BB359

RGB

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

 GREEN value IS 179 (70.31% from 255) = 64.16%

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

R = 3.94%
G = 64.16%
B = 31.9%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#0BB359 (or 0x0BB359) is known color: Pigment Green. HEX triplet: 0B, B3 and 59. RGB value is (11,179,89). Sum of RGB (Red+Green+Blue) = 11+179+89=279 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.94% from 279); Green value is 179 (70.31% from 255 or 64.16% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 179 - color contains mainly: green. Hex color #0BB359 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB359 is #F44CA6. Grayscale: #767676. Windows color (decimal): -16010407 or 5878539. OLE color: 5878539.

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

Color convert

RGB 11 179 89 -
CMYK 0.94 0 0.50 0.30
HSL 147.86º 0.88% 0.37% -
HSV(B) 147.86º 0.94% 0.7% -
XYZ 18.06 33.03 14.88 -
YUV 118.51 111.34 51.32 -
System Red Green Blue C M Y K H S L
Decimal 11 179 89 0.94 0 0.50 0.30 147.86 0.88 0.37
Hex B B3 59 5E 0 32 1E 94 58 25
Octal 13 263 131 136 0 62 36 224 130 45
Binary 1011 10110011 1011001 1011110 0 110010 11110 10010100 1011000 100101

Color Harmonies of #0BB359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB359

Black with #0BB359

Text Example


Text Example

White with #0BB359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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