Html Css Color HEX #BAEC11 Inch Worm

📋 copy color: '#BAEC11'

red 186 ◦ green 236 ◦ blue 17

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

Shades of Inch Worm #BAEC11

Tints of Inch Worm #BAEC11

RGB

 RED value IS 186 (73.05% from 255) = 42.37%

 GREEN value IS 236 (92.58% from 255) = 53.76%

 BLUE value IS 17 (7.03% from 255) = 3.87%

R = 42.37%
G = 53.76%
B = 3.87%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#BAEC11 (or 0xBAEC11) is known color: Inch Worm. HEX triplet: BA, EC and 11. RGB value is (186,236,17). Sum of RGB (Red+Green+Blue) = 186+236+17=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 236 (92.58% from 255 or 53.76% from 439); Blue value is 17 (7.03% from 255 or 3.87% from 439); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAEC11 is #4513EE. Grayscale: #C4C4C4. Windows color (decimal): -4527087 or 1174714. OLE color: 1174714.

HSL color Cylindrical-coordinate representation of color #BAEC11: hue angle of 73.7º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAEC11 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 236 17 -
CMYK 0.21 0 0.93 0.07
HSL 73.7º 0.87% 0.5% -
HSV(B) 73.7º 0.93% 0.93% -
XYZ 50.35 70.47 11.48 -
YUV 196.08 26.94 120.81 -
System Red Green Blue C M Y K H S L
Decimal 186 236 17 0.21 0 0.93 0.07 73.7 0.87 0.5
Hex BA EC 11 15 0 5D 7 4A 57 32
Octal 272 354 21 25 0 135 7 112 127 62
Binary 10111010 11101100 10001 10101 0 1011101 111 1001010 1010111 110010

Color Harmonies of #BAEC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEC11

Black with #BAEC11

Text Example


Text Example

White with #BAEC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEC11; }

 p { color: rgb(186,236,17); }

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

background-color css

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

 a { background-color: rgb(186,236,17); }

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

border-color css

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

 span { border-color: rgb(186,236,17); }

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