Html Css Color HEX #BAE215 Inch Worm

📋 copy color: '#BAE215'

red 186 ◦ green 226 ◦ blue 21

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

Shades of Inch Worm #BAE215

Tints of Inch Worm #BAE215

RGB

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

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

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

R = 42.96%
G = 52.19%
B = 4.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#BAE215 (or 0xBAE215) is known color: Inch Worm. HEX triplet: BA, E2 and 15. RGB value is (186,226,21). Sum of RGB (Red+Green+Blue) = 186+226+21=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 226 (88.67% from 255 or 52.19% from 433); Blue value is 21 (8.59% from 255 or 4.85% from 433); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAE215 is #451DEA. Grayscale: #BFBFBF. Windows color (decimal): -4529643 or 1434298. OLE color: 1434298.

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

Color convert

RGB 186 226 21 -
CMYK 0.18 0 0.91 0.11
HSL 71.71º 0.83% 0.48% -
HSV(B) 71.71º 0.91% 0.89% -
XYZ 47.58 64.89 10.73 -
YUV 190.67 32.25 124.67 -
System Red Green Blue C M Y K H S L
Decimal 186 226 21 0.18 0 0.91 0.11 71.71 0.83 0.48
Hex BA E2 15 12 0 5B B 48 53 30
Octal 272 342 25 22 0 133 13 110 123 60
Binary 10111010 11100010 10101 10010 0 1011011 1011 1001000 1010011 110000

Color Harmonies of #BAE215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE215

Black with #BAE215

Text Example


Text Example

White with #BAE215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE215; }

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

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

background-color css

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

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

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

border-color css

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

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

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