Html Css Color HEX #0BBA03 Islamic Green

📋 copy color: '#0BBA03'

red 11 ◦ green 186 ◦ blue 3

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

Shades of Islamic Green #0BBA03

Tints of Islamic Green #0BBA03

RGB

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

 GREEN value IS 186 (73.05% from 255) = 93%

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

R = 5.5%
G = 93%
B = 1.5%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#0BBA03 (or 0x0BBA03) is known color: Islamic Green. HEX triplet: 0B, BA and 03. RGB value is (11,186,3). Sum of RGB (Red+Green+Blue) = 11+186+3=200 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.5% from 200); Green value is 186 (73.05% from 255 or 93% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BBA03 is #F445FC. Grayscale: #717171. Windows color (decimal): -16008701 or 244235. OLE color: 244235.

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

Color convert

RGB 11 186 3 -
CMYK 0.94 0 0.98 0.27
HSL 117.38º 0.97% 0.37% -
HSV(B) 117.38º 0.98% 0.73% -
XYZ 17.71 35.2 5.95 -
YUV 112.81 66.02 55.38 -
System Red Green Blue C M Y K H S L
Decimal 11 186 3 0.94 0 0.98 0.27 117.38 0.97 0.37
Hex B BA 3 5E 0 62 1B 75 61 25
Octal 13 272 3 136 0 142 33 165 141 45
Binary 1011 10111010 11 1011110 0 1100010 11011 1110101 1100001 100101

Color Harmonies of #0BBA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBA03

Black with #0BBA03

Text Example


Text Example

White with #0BBA03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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