#BAEB04

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

Shades of Inch Worm #BAEB04

Tints of Inch Worm #BAEB04

Color information

#BAEB04 (or 0xBAEB04) is unknown color: approx Inch Worm. HEX triplet: BA, EB and 04. RGB value is (186,235,4). Sum of RGB (Red+Green+Blue) = 186+235+4=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 235 (92.19% from 255 or 55.29% from 425); Blue value is 4 (1.95% from 255 or 0.94% from 425); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEB04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAEB04 is #4514FB. Grayscale: #C2C2C2. Windows color (decimal): -4527356 or 322490. OLE color: 322490.

HSL color Cylindrical-coordinate representation of color #BAEB04: hue angle of 72.73º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BAEB04 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB1862354-
CMYK0.2100.980.08
HSL72.73º96.65%46.86%-
HSV(B)72.73º98.3%92.16%-
XYZ49.9869.8610.97-
YUV194.0220.77122.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 235 (92.19% from 255) = 55.29%
BLUE value IS 4 (1.95% from 255) = 0.94%
R=43.76%
G=55.29%
B=0.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal18623540.2100.980.0872.7396.6546.86
HexBAEB415062849612f
Octal27235342501421011114157
Binary10111010111010111001010101100010100010010011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEB04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEB04; }

 p { color: rgb(186,235,4); }

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

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

 a { background-color: rgb(186,235,4); }

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

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

 span { border-color: rgb(186,235,4); }

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