Html Css Color HEX #0BBC08 Islamic Green

📋 copy color: '#0BBC08'

red 11 ◦ green 188 ◦ blue 8

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

Shades of Islamic Green #0BBC08

Tints of Islamic Green #0BBC08

RGB

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

 GREEN value IS 188 (73.83% from 255) = 90.82%

 BLUE value IS 8 (3.52% from 255) = 3.86%

R = 5.31%
G = 90.82%
B = 3.86%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#0BBC08 (or 0x0BBC08) is known color: Islamic Green. HEX triplet: 0B, BC and 08. RGB value is (11,188,8). Sum of RGB (Red+Green+Blue) = 11+188+8=207 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.31% from 207); Green value is 188 (73.83% from 255 or 90.82% from 207); Blue value is 8 (3.52% from 255 or 3.86% from 207); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBC08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BBC08 is #F443F7. Grayscale: #737373. Windows color (decimal): -16008184 or 572427. OLE color: 572427.

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

Color convert

RGB 11 188 8 -
CMYK 0.94 0 0.96 0.26
HSL 119º 0.92% 0.38% -
HSV(B) 119º 0.96% 0.74% -
XYZ 18.17 36.06 6.23 -
YUV 114.56 67.86 54.14 -
System Red Green Blue C M Y K H S L
Decimal 11 188 8 0.94 0 0.96 0.26 119 0.92 0.38
Hex B BC 8 5E 0 60 1A 77 5C 26
Octal 13 274 10 136 0 140 32 167 134 46
Binary 1011 10111100 1000 1011110 0 1100000 11010 1110111 1011100 100110

Color Harmonies of #0BBC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBC08

Black with #0BBC08

Text Example


Text Example

White with #0BBC08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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