Html Css Color HEX #0CBB59 Pigment Green

📋 copy color: '#0CBB59'

red 12 ◦ green 187 ◦ blue 89

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

Shades of Pigment Green #0CBB59

Tints of Pigment Green #0CBB59

RGB

 RED value IS 12 (5.08% from 255) = 4.17%

 GREEN value IS 187 (73.44% from 255) = 64.93%

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

R = 4.17%
G = 64.93%
B = 30.9%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#0CBB59 (or 0x0CBB59) is known color: Pigment Green. HEX triplet: 0C, BB and 59. RGB value is (12,187,89). Sum of RGB (Red+Green+Blue) = 12+187+89=288 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.17% from 288); Green value is 187 (73.44% from 255 or 64.93% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 187 - color contains mainly: green. Hex color #0CBB59 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBB59 is #F344A6. Grayscale: #7B7B7B. Windows color (decimal): -15942823 or 5880588. OLE color: 5880588.

HSL color Cylindrical-coordinate representation of color #0CBB59: hue angle of 146.4º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBB59 is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 187 89 -
CMYK 0.94 0 0.52 0.27
HSL 146.4º 0.88% 0.39% -
HSV(B) 146.4º 0.94% 0.73% -
XYZ 19.73 36.34 15.43 -
YUV 123.5 108.52 48.47 -
System Red Green Blue C M Y K H S L
Decimal 12 187 89 0.94 0 0.52 0.27 146.4 0.88 0.39
Hex C BB 59 5E 0 34 1B 92 58 27
Octal 14 273 131 136 0 64 33 222 130 47
Binary 1100 10111011 1011001 1011110 0 110100 11011 10010010 1011000 100111

Color Harmonies of #0CBB59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBB59

Black with #0CBB59

Text Example


Text Example

White with #0CBB59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,187,89); }

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

background-color css

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

 a { background-color: rgb(12,187,89); }

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

border-color css

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

 span { border-color: rgb(12,187,89); }

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