Html Css Color HEX #0BBD00 Islamic Green

📋 copy color: '#0BBD00'

red 11 ◦ green 189 ◦ blue 0

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

Shades of Islamic Green #0BBD00

Tints of Islamic Green #0BBD00

RGB

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

 GREEN value IS 189 (74.22% from 255) = 94.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 5.5%
G = 94.5%
B = 0%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#0BBD00 (or 0x0BBD00) is known color: Islamic Green. HEX triplet: 0B, BD and 00. RGB value is (11,189,0). Sum of RGB (Red+Green+Blue) = 11+189+0=200 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.5% from 200); Green value is 189 (74.22% from 255 or 94.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 189 - color contains mainly: green. Hex color #0BBD00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BBD00 is #F442FF. Grayscale: #727272. Windows color (decimal): -16007936 or 48395. OLE color: 48395.

HSL color Cylindrical-coordinate representation of color #0BBD00: hue angle of 116.51º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0BBD00 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 11 189 0 -
CMYK 0.94 0 1 0.26
HSL 116.51º 1% 0.37% -
HSV(B) 116.51º 1% 0.74% -
XYZ 18.34 36.47 6.07 -
YUV 114.23 63.53 54.37 -
System Red Green Blue C M Y K H S L
Decimal 11 189 0 0.94 0 1 0.26 116.51 1 0.37
Hex B BD 0 5E 0 64 1A 75 64 25
Octal 13 275 0 136 0 144 32 165 144 45
Binary 1011 10111101 0 1011110 0 1100100 11010 1110101 1100100 100101

Color Harmonies of #0BBD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBD00

Black with #0BBD00

Text Example


Text Example

White with #0BBD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,189,0); }

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

background-color css

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

 a { background-color: rgb(11,189,0); }

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

border-color css

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

 span { border-color: rgb(11,189,0); }

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