#08BC59

Color #08BC59 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #08BC59

Tints of Pigment Green #08BC59

Color information

#08BC59 (or 0x08BC59) is unknown color: approx Pigment Green. HEX triplet: 08, BC and 59. RGB value is (8,188,89). Sum of RGB (Red+Green+Blue) = 8+188+89=285 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.81% from 285); Green value is 188 (73.83% from 255 or 65.96% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 188 - color contains mainly: green. Hex color #08BC59 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BC59 is #F743A6. Grayscale: #7B7B7B. Windows color (decimal): -16204711 or 5880840. OLE color: 5880840.

HSL color Cylindrical-coordinate representation of color #08BC59: hue angle of 147º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BC59 is Cyan = 0.96, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB818889-
CMYK0.9600.530.26
HSL147º91.84%38.43%-
HSV(B)147º95.74%73.73%-
XYZ19.8936.7415.49-
YUV122.89108.8746.05-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.81%
GREEN value IS 188 (73.83% from 255) = 65.96%
BLUE value IS 89 (35.16% from 255) = 31.23%
R=2.81%
G=65.96%
B=31.23%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal8188890.9600.530.2614791.8438.43
Hex8BC59600351A935c26
Octal102741311400653222313446
Binary10001011110010110011100000011010111010100100111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BC59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08BC59; }

 p { color: rgb(8,188,89); }

 H1.HeaderClassName
 {
   color: #08BC59;
 }
 .AnyTagClassName
 {
   color: #08BC59;
 }
</style>
background-color css

<style>
 a { background-color: #08BC59; }

 a { background-color: rgb(8,188,89); }

 div.DivClassName
 {
   background-color: #08BC59;
 }
 .BgClassName
 {
   background-color: #08BC59;
 }
</style>
border-color css

<style>
 span { border-color: #08BC59; }

 span { border-color: rgb(8,188,89); }

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