Html Css Color HEX #BAE815 Inch Worm

📋 copy color: '#BAE815'

red 186 ◦ green 232 ◦ blue 21

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

Shades of Inch Worm #BAE815

Tints of Inch Worm #BAE815

RGB

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

 GREEN value IS 232 (91.02% from 255) = 52.85%

 BLUE value IS 21 (8.59% from 255) = 4.78%

R = 42.37%
G = 52.85%
B = 4.78%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#BAE815 (or 0xBAE815) is known color: Inch Worm. HEX triplet: BA, E8 and 15. RGB value is (186,232,21). Sum of RGB (Red+Green+Blue) = 186+232+21=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 232 (91.02% from 255 or 52.85% from 439); Blue value is 21 (8.59% from 255 or 4.78% from 439); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE815 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE815 is #4517EA. Grayscale: #C2C2C2. Windows color (decimal): -4528107 or 1435834. OLE color: 1435834.

HSL color Cylindrical-coordinate representation of color #BAE815: hue angle of 73.08º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BAE815 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 232 21 -
CMYK 0.20 0 0.91 0.09
HSL 73.08º 0.83% 0.5% -
HSV(B) 73.08º 0.91% 0.91% -
XYZ 49.24 68.21 11.28 -
YUV 194.19 30.26 122.16 -
System Red Green Blue C M Y K H S L
Decimal 186 232 21 0.20 0 0.91 0.09 73.08 0.83 0.5
Hex BA E8 15 14 0 5B 9 49 53 32
Octal 272 350 25 24 0 133 11 111 123 62
Binary 10111010 11101000 10101 10100 0 1011011 1001 1001001 1010011 110010

Color Harmonies of #BAE815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE815

Black with #BAE815

Text Example


Text Example

White with #BAE815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE815; }

 p { color: rgb(186,232,21); }

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

background-color css

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

 a { background-color: rgb(186,232,21); }

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

border-color css

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

 span { border-color: rgb(186,232,21); }

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