#B2E706

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

Shades of Inch Worm #B2E706

Tints of Inch Worm #B2E706

Color information

#B2E706 (or 0xB2E706) is unknown color: approx Inch Worm. HEX triplet: B2, E7 and 06. RGB value is (178,231,6). Sum of RGB (Red+Green+Blue) = 178+231+6=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 231 (90.62% from 255 or 55.66% from 415); Blue value is 6 (2.73% from 255 or 1.45% from 415); Max value from RGB is 231 - color contains mainly: green. Hex color #B2E706 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2E706 is #4D18F9. Grayscale: #BEBEBE. Windows color (decimal): -5052666 or 452530. OLE color: 452530.

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

Color convert

RGB1782316-
CMYK0.2300.970.09
HSL74.13º94.94%46.47%-
HSV(B)74.13º97.4%90.59%-
XYZ46.9766.6310.56-
YUV189.524.44119.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.89%
GREEN value IS 231 (90.62% from 255) = 55.66%
BLUE value IS 6 (2.73% from 255) = 1.45%
R=42.89%
G=55.66%
B=1.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal17823160.2300.970.0974.1394.9446.47
HexB2E761706194a5f2e
Octal26234762701411111213756
Binary10110010111001111101011101100001100110010101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E706; }

 p { color: rgb(178,231,6); }

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

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

 a { background-color: rgb(178,231,6); }

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

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

 span { border-color: rgb(178,231,6); }

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