Html Css Color HEX #0BBC05 Islamic Green

📋 copy color: '#0BBC05'

red 11 ◦ green 188 ◦ blue 5

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

Shades of Islamic Green #0BBC05

Tints of Islamic Green #0BBC05

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 value IS 0.94

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#0BBC05 (or 0x0BBC05) is known color: 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

RGB 11 188 5 -
CMYK 0.94 0 0.97 0.26
HSL 118.03º 0.95% 0.38% -
HSV(B) 118.03º 0.97% 0.74% -
XYZ 18.15 36.05 6.15 -
YUV 114.22 66.36 54.38 -
System Red Green Blue C M Y K H S L
Decimal 11 188 5 0.94 0 0.97 0.26 118.03 0.95 0.38
Hex B BC 5 5E 0 61 1A 76 5F 26
Octal 13 274 5 136 0 141 32 166 137 46
Binary 1011 10111100 101 1011110 0 1100001 11010 1110110 1011111 100110

Color Harmonies of #0BBC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBC05

Black with #0BBC05

Text Example


Text Example

White with #0BBC05

Text Example


Text Example

HTML Codes & Css Web 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>