#BAED21

Color #BAED21 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #BAED21

Tints of Inch Worm #BAED21

Color information

#BAED21 (or 0xBAED21) is unknown color: approx Inch Worm. HEX triplet: BA, ED and 21. RGB value is (186,237,33). Sum of RGB (Red+Green+Blue) = 186+237+33=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 237 (92.97% from 255 or 51.97% from 456); Blue value is 33 (13.28% from 255 or 7.24% from 456); Max value from RGB is 237 - color contains mainly: green. Hex color #BAED21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAED21 is #4512DE. Grayscale: #C7C7C7. Windows color (decimal): -4526815 or 2223546. OLE color: 2223546.

HSL color Cylindrical-coordinate representation of color #BAED21: hue angle of 75º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BAED21 is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB18623733-
CMYK0.2200.860.07
HSL75º85%52.94%-
HSV(B)75º86.08%92.94%-
XYZ50.8171.1212.49-
YUV198.534.6119.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.79%
GREEN value IS 237 (92.97% from 255) = 51.97%
BLUE value IS 33 (13.28% from 255) = 7.24%
R=40.79%
G=51.97%
B=7.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal186237330.2200.860.07758552.94
HexBAED211605674b5535
Octal27235541260126711312565
Binary1011101011101101100001101100101011011110010111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAED21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAED21; }

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

 H1.HeaderClassName
 {
   color: #BAED21;
 }
 .AnyTagClassName
 {
   color: #BAED21;
 }
</style>
background-color css

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

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

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

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

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

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