#0BBC05

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

Shades of Islamic Green #0BBC05

Tints of Islamic Green #0BBC05

Color information

#0BBC05 (or 0x0BBC05) is unknown color: approx Islamic Green. HEX triplet: 0B, BC and 05. RGB value is (11,188,5). Sum of RGB (Red+Green+Blue) = 11+188+5=204 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.39% from 204); Green value is 188 (73.83% from 255 or 92.16% from 204); Blue value is 5 (2.34% from 255 or 2.45% from 204); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBC05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BBC05 is #F443FA. Grayscale: #727272. Windows color (decimal): -16008187 or 375819. OLE color: 375819.

HSL color Cylindrical-coordinate representation of color #0BBC05: hue angle of 118.03º 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 #0BBC05 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB111885-
CMYK0.9400.970.26
HSL118.03º94.82%37.84%-
HSV(B)118.03º97.34%73.73%-
XYZ18.1536.056.15-
YUV114.2166.3654.38-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.39%
GREEN value IS 188 (73.83% from 255) = 92.16%
BLUE value IS 5 (2.34% from 255) = 2.45%
R=5.39%
G=92.16%
B=2.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1118850.9400.970.26118.0394.8237.84
HexBBC55E0611A765f26
Octal13274513601413216613746
Binary1011101111001011011110011000011101011101101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BBC05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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