#08BC05

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

Shades of Islamic Green #08BC05

Tints of Islamic Green #08BC05

Color information

#08BC05 (or 0x08BC05) is unknown color: approx Islamic Green. HEX triplet: 08, BC and 05. RGB value is (8,188,5). Sum of RGB (Red+Green+Blue) = 8+188+5=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 188 (73.83% from 255 or 93.53% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 188 - color contains mainly: green. Hex color #08BC05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08BC05 is #F743FA. Grayscale: #717171. Windows color (decimal): -16204795 or 375816. OLE color: 375816.

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

Color convert

RGB81885-
CMYK0.9600.970.26
HSL119.02º94.82%37.84%-
HSV(B)119.02º97.34%73.73%-
XYZ18.1136.036.14-
YUV113.3266.8752.88-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.98%
GREEN value IS 188 (73.83% from 255) = 93.53%
BLUE value IS 5 (2.34% from 255) = 2.49%
R=3.98%
G=93.53%
B=2.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal818850.9600.970.26119.0294.8237.84
Hex8BC5600611A775f26
Octal10274514001413216713746
Binary1000101111001011100000011000011101011101111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BC05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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