#BAE906

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

Shades of Inch Worm #BAE906

Tints of Inch Worm #BAE906

Color information

#BAE906 (or 0xBAE906) is unknown color: approx Inch Worm. HEX triplet: BA, E9 and 06. RGB value is (186,233,6). Sum of RGB (Red+Green+Blue) = 186+233+6=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 233 (91.41% from 255 or 54.82% from 425); Blue value is 6 (2.73% from 255 or 1.41% from 425); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE906 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAE906 is #4516F9. Grayscale: #C1C1C1. Windows color (decimal): -4527866 or 453050. OLE color: 453050.

HSL color Cylindrical-coordinate representation of color #BAE906: hue angle of 72.42º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BAE906 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB1862336-
CMYK0.2000.970.09
HSL72.42º94.98%46.86%-
HSV(B)72.42º97.42%91.37%-
XYZ49.4268.7310.83-
YUV193.0722.43122.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 233 (91.41% from 255) = 54.82%
BLUE value IS 6 (2.73% from 255) = 1.41%
R=43.76%
G=54.82%
B=1.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal18623360.2000.970.0972.4294.9846.86
HexBAE96140619485f2f
Octal27235162401411111013757
Binary10111010111010011101010001100001100110010001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE906; }

 p { color: rgb(186,233,6); }

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

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

 a { background-color: rgb(186,233,6); }

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

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

 span { border-color: rgb(186,233,6); }

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