#BAEF20

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

Shades of Inch Worm #BAEF20

Tints of Inch Worm #BAEF20

Color information

#BAEF20 (or 0xBAEF20) is unknown color: approx Inch Worm. HEX triplet: BA, EF and 20. RGB value is (186,239,32). Sum of RGB (Red+Green+Blue) = 186+239+32=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 239 (93.75% from 255 or 52.30% from 457); Blue value is 32 (12.89% from 255 or 7.00% from 457); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEF20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEF20 is #4510DF. Grayscale: #C8C8C8. Windows color (decimal): -4526304 or 2158522. OLE color: 2158522.

HSL color Cylindrical-coordinate representation of color #BAEF20: hue angle of 75.36º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BAEF20 is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB18623932-
CMYK0.2200.870.06
HSL75.36º86.61%53.14%-
HSV(B)75.36º86.61%93.73%-
XYZ51.3872.2812.61-
YUV199.5533.44118.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 239 (93.75% from 255) = 52.30%
BLUE value IS 32 (12.89% from 255) = 7.00%
R=40.70%
G=52.30%
B=7.00%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal186239320.2200.870.0675.3686.6153.14
HexBAEF201605764b5735
Octal27235740260127611312765
Binary1011101011101111100000101100101011111010010111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEF20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEF20; }

 p { color: rgb(186,239,32); }

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

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

 a { background-color: rgb(186,239,32); }

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

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

 span { border-color: rgb(186,239,32); }

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