#B2E00D

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

Shades of Inch Worm #B2E00D

Tints of Inch Worm #B2E00D

Color information

#B2E00D (or 0xB2E00D) is unknown color: approx Inch Worm. HEX triplet: B2, E0 and 0D. RGB value is (178,224,13). Sum of RGB (Red+Green+Blue) = 178+224+13=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 224 (87.89% from 255 or 53.98% from 415); Blue value is 13 (5.47% from 255 or 3.13% from 415); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2E00D is #4D1FF2. Grayscale: #BABABA. Windows color (decimal): -5054451 or 909490. OLE color: 909490.

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

Color convert

RGB17822413-
CMYK0.2100.940.12
HSL73.08º89.03%46.47%-
HSV(B)73.08º94.2%87.84%-
XYZ45.0962.8110.13-
YUV186.1930.26122.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.89%
GREEN value IS 224 (87.89% from 255) = 53.98%
BLUE value IS 13 (5.47% from 255) = 3.13%
R=42.89%
G=53.98%
B=3.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal178224130.2100.940.1273.0889.0346.47
HexB2E0D1505EC49592e
Octal262340152501361411113156
Binary101100101110000011011010101011110110010010011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E00D; }

 p { color: rgb(178,224,13); }

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

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

 a { background-color: rgb(178,224,13); }

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

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

 span { border-color: rgb(178,224,13); }

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