#B0E60E

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

Shades of Inch Worm #B0E60E

Tints of Inch Worm #B0E60E

Color information

#B0E60E (or 0xB0E60E) is unknown color: approx Inch Worm. HEX triplet: B0, E6 and 0E. RGB value is (176,230,14). Sum of RGB (Red+Green+Blue) = 176+230+14=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 230 (90.23% from 255 or 54.76% from 420); Blue value is 14 (5.86% from 255 or 3.33% from 420); Max value from RGB is 230 - color contains mainly: green. Hex color #B0E60E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0E60E is #4F19F1. Grayscale: #BEBEBE. Windows color (decimal): -5183986 or 976560. OLE color: 976560.

HSL color Cylindrical-coordinate representation of color #B0E60E: hue angle of 75º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0E60E is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB17623014-
CMYK0.2300.940.10
HSL75º88.52%47.84%-
HSV(B)75º93.91%90.2%-
XYZ46.2865.8610.69-
YUV189.2329.11118.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.90%
GREEN value IS 230 (90.23% from 255) = 54.76%
BLUE value IS 14 (5.86% from 255) = 3.33%
R=41.90%
G=54.76%
B=3.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal176230140.2300.940.107588.5247.84
HexB0E6E1705EA4b5930
Octal260346162701361211313160
Binary101100001110011011101011101011110101010010111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E60E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E60E; }

 p { color: rgb(176,230,14); }

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

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

 a { background-color: rgb(176,230,14); }

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

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

 span { border-color: rgb(176,230,14); }

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