Html Css Color HEX #BAE021 Inch Worm

📋 copy color: '#BAE021'

red 186 ◦ green 224 ◦ blue 33

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

Shades of Inch Worm #BAE021

Tints of Inch Worm #BAE021

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50.56%

 BLUE value IS 33 (13.28% from 255) = 7.45%

R = 41.99%
G = 50.56%
B = 7.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#BAE021 (or 0xBAE021) is known color: Inch Worm. HEX triplet: BA, E0 and 21. RGB value is (186,224,33). Sum of RGB (Red+Green+Blue) = 186+224+33=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 224 (87.89% from 255 or 50.56% from 443); Blue value is 33 (13.28% from 255 or 7.45% from 443); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE021 is #451FDE. Grayscale: #BFBFBF. Windows color (decimal): -4530143 or 2220218. OLE color: 2220218.

HSL color Cylindrical-coordinate representation of color #BAE021: hue angle of 71.94º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAE021 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 224 33 -
CMYK 0.17 0 0.85 0.12
HSL 71.94º 0.75% 0.5% -
HSV(B) 71.94º 0.85% 0.88% -
XYZ 47.18 63.86 11.28 -
YUV 190.86 38.91 124.53 -
System Red Green Blue C M Y K H S L
Decimal 186 224 33 0.17 0 0.85 0.12 71.94 0.75 0.5
Hex BA E0 21 11 0 55 C 48 4B 32
Octal 272 340 41 21 0 125 14 110 113 62
Binary 10111010 11100000 100001 10001 0 1010101 1100 1001000 1001011 110010

Color Harmonies of #BAE021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE021

Black with #BAE021

Text Example


Text Example

White with #BAE021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE021; }

 p { color: rgb(186,224,33); }

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

background-color css

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

 a { background-color: rgb(186,224,33); }

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

border-color css

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

 span { border-color: rgb(186,224,33); }

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