Html Css Color HEX #BAE221 Inch Worm

📋 copy color: '#BAE221'

red 186 ◦ green 226 ◦ blue 33

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

Shades of Inch Worm #BAE221

Tints of Inch Worm #BAE221

RGB

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

 GREEN value IS 226 (88.67% from 255) = 50.79%

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

R = 41.8%
G = 50.79%
B = 7.42%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#BAE221 (or 0xBAE221) is known color: Inch Worm. HEX triplet: BA, E2 and 21. RGB value is (186,226,33). Sum of RGB (Red+Green+Blue) = 186+226+33=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 226 (88.67% from 255 or 50.79% from 445); Blue value is 33 (13.28% from 255 or 7.42% from 445); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE221 is #451DDE. Grayscale: #C0C0C0. Windows color (decimal): -4529631 or 2220730. OLE color: 2220730.

HSL color Cylindrical-coordinate representation of color #BAE221: hue angle of 72.44º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAE221 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 226 33 -
CMYK 0.18 0 0.85 0.11
HSL 72.44º 0.77% 0.51% -
HSV(B) 72.44º 0.85% 0.89% -
XYZ 47.72 64.94 11.46 -
YUV 192.04 38.25 123.69 -
System Red Green Blue C M Y K H S L
Decimal 186 226 33 0.18 0 0.85 0.11 72.44 0.77 0.51
Hex BA E2 21 12 0 55 B 48 4D 33
Octal 272 342 41 22 0 125 13 110 115 63
Binary 10111010 11100010 100001 10010 0 1010101 1011 1001000 1001101 110011

Color Harmonies of #BAE221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE221

Black with #BAE221

Text Example


Text Example

White with #BAE221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE221; }

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

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

background-color css

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

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

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

border-color css

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

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

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