Html Css Color HEX #0BBC02 Islamic Green

📋 copy color: '#0BBC02'

red 11 ◦ green 188 ◦ blue 2

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

Shades of Islamic Green #0BBC02

Tints of Islamic Green #0BBC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1%

R = 5.47%
G = 93.53%
B = 1%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#0BBC02 (or 0x0BBC02) is known color: Islamic Green. HEX triplet: 0B, BC and 02. RGB value is (11,188,2). Sum of RGB (Red+Green+Blue) = 11+188+2=201 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.47% from 201); Green value is 188 (73.83% from 255 or 93.53% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBC02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BBC02 is #F443FD. Grayscale: #727272. Windows color (decimal): -16008190 or 179211. OLE color: 179211.

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

Color convert

RGB 11 188 2 -
CMYK 0.94 0 0.99 0.26
HSL 117.1º 0.98% 0.37% -
HSV(B) 117.1º 0.99% 0.74% -
XYZ 18.13 36.04 6.06 -
YUV 113.87 64.86 54.62 -
System Red Green Blue C M Y K H S L
Decimal 11 188 2 0.94 0 0.99 0.26 117.1 0.98 0.37
Hex B BC 2 5E 0 63 1A 75 62 25
Octal 13 274 2 136 0 143 32 165 142 45
Binary 1011 10111100 10 1011110 0 1100011 11010 1110101 1100010 100101

Color Harmonies of #0BBC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBC02

Black with #0BBC02

Text Example


Text Example

White with #0BBC02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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