#BAEE12

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

Shades of Inch Worm #BAEE12

Tints of Inch Worm #BAEE12

Color information

#BAEE12 (or 0xBAEE12) is unknown color: approx Inch Worm. HEX triplet: BA, EE and 12. RGB value is (186,238,18). Sum of RGB (Red+Green+Blue) = 186+238+18=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 238 (93.36% from 255 or 53.85% from 442); Blue value is 18 (7.42% from 255 or 4.07% from 442); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEE12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAEE12 is #4511ED. Grayscale: #C6C6C6. Windows color (decimal): -4526574 or 1240762. OLE color: 1240762.

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

Color convert

RGB18623818-
CMYK0.2200.920.07
HSL74.18º86.61%50.2%-
HSV(B)74.18º92.44%93.33%-
XYZ50.9371.6311.71-
YUV197.3726.77119.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.08%
GREEN value IS 238 (93.36% from 255) = 53.85%
BLUE value IS 18 (7.42% from 255) = 4.07%
R=42.08%
G=53.85%
B=4.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal186238180.2200.920.0774.1886.6150.2
HexBAEE121605C74a5732
Octal27235622260134711212762
Binary101110101110111010010101100101110011110010101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEE12; }

 p { color: rgb(186,238,18); }

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

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

 a { background-color: rgb(186,238,18); }

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

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

 span { border-color: rgb(186,238,18); }

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