#B4E406

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

Shades of Inch Worm #B4E406

Tints of Inch Worm #B4E406

Color information

#B4E406 (or 0xB4E406) is unknown color: approx Inch Worm. HEX triplet: B4, E4 and 06. RGB value is (180,228,6). Sum of RGB (Red+Green+Blue) = 180+228+6=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 228 (89.45% from 255 or 55.07% from 414); Blue value is 6 (2.73% from 255 or 1.45% from 414); Max value from RGB is 228 - color contains mainly: green. Hex color #B4E406 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4E406 is #4B1BF9. Grayscale: #BDBDBD. Windows color (decimal): -4922362 or 451764. OLE color: 451764.

HSL color Cylindrical-coordinate representation of color #B4E406: hue angle of 72.97º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B4E406 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB1802286-
CMYK0.2100.970.11
HSL72.97º94.87%45.88%-
HSV(B)72.97º97.37%89.41%-
XYZ46.665.210.3-
YUV188.3425.1122.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.48%
GREEN value IS 228 (89.45% from 255) = 55.07%
BLUE value IS 6 (2.73% from 255) = 1.45%
R=43.48%
G=55.07%
B=1.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal18022860.2100.970.1172.9794.8745.88
HexB4E4615061B495f2e
Octal26434462501411311113756
Binary10110100111001001101010101100001101110010011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E406; }

 p { color: rgb(180,228,6); }

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

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

 a { background-color: rgb(180,228,6); }

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

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

 span { border-color: rgb(180,228,6); }

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