Html Css Color HEX #0BBC03 Islamic Green

📋 copy color: '#0BBC03'

red 11 ◦ green 188 ◦ blue 3

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

Shades of Islamic Green #0BBC03

Tints of Islamic Green #0BBC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.49%

R = 5.45%
G = 93.07%
B = 1.49%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#0BBC03 (or 0x0BBC03) is known color: Islamic Green. HEX triplet: 0B, BC and 03. RGB value is (11,188,3). Sum of RGB (Red+Green+Blue) = 11+188+3=202 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.45% from 202); Green value is 188 (73.83% from 255 or 93.07% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBC03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BBC03 is #F443FC. Grayscale: #727272. Windows color (decimal): -16008189 or 244747. OLE color: 244747.

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

Color convert

RGB 11 188 3 -
CMYK 0.94 0 0.98 0.26
HSL 117.41º 0.97% 0.37% -
HSV(B) 117.41º 0.98% 0.74% -
XYZ 18.14 36.04 6.09 -
YUV 113.99 65.36 54.54 -
System Red Green Blue C M Y K H S L
Decimal 11 188 3 0.94 0 0.98 0.26 117.41 0.97 0.37
Hex B BC 3 5E 0 62 1A 75 61 25
Octal 13 274 3 136 0 142 32 165 141 45
Binary 1011 10111100 11 1011110 0 1100010 11010 1110101 1100001 100101

Color Harmonies of #0BBC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBC03

Black with #0BBC03

Text Example


Text Example

White with #0BBC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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