#B0E313

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

Shades of Inch Worm #B0E313

Tints of Inch Worm #B0E313

Color information

#B0E313 (or 0xB0E313) is unknown color: approx Inch Worm. HEX triplet: B0, E3 and 13. RGB value is (176,227,19). Sum of RGB (Red+Green+Blue) = 176+227+19=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 227 (89.06% from 255 or 53.79% from 422); Blue value is 19 (7.81% from 255 or 4.50% from 422); Max value from RGB is 227 - color contains mainly: green. Hex color #B0E313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0E313 is #4F1CEC. Grayscale: #BCBCBC. Windows color (decimal): -5184749 or 1303472. OLE color: 1303472.

HSL color Cylindrical-coordinate representation of color #B0E313: hue angle of 74.71º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B0E313 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB17622719-
CMYK0.2200.920.11
HSL74.71º84.55%48.24%-
HSV(B)74.71º91.63%89.02%-
XYZ45.4964.2210.61-
YUV188.0432.6119.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.71%
GREEN value IS 227 (89.06% from 255) = 53.79%
BLUE value IS 19 (7.81% from 255) = 4.50%
R=41.71%
G=53.79%
B=4.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal176227190.2200.920.1174.7184.5548.24
HexB0E3131605CB4b5530
Octal260343232601341311312560
Binary1011000011100011100111011001011100101110010111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E313; }

 p { color: rgb(176,227,19); }

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

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

 a { background-color: rgb(176,227,19); }

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

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

 span { border-color: rgb(176,227,19); }

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