#B2E608

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

Shades of Inch Worm #B2E608

Tints of Inch Worm #B2E608

Color information

#B2E608 (or 0xB2E608) is unknown color: approx Inch Worm. HEX triplet: B2, E6 and 08. RGB value is (178,230,8). Sum of RGB (Red+Green+Blue) = 178+230+8=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 230 (90.23% from 255 or 55.29% from 416); Blue value is 8 (3.52% from 255 or 1.92% from 416); Max value from RGB is 230 - color contains mainly: green. Hex color #B2E608 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2E608 is #4D19F7. Grayscale: #BDBDBD. Windows color (decimal): -5052920 or 583346. OLE color: 583346.

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

Color convert

RGB1782308-
CMYK0.2300.970.10
HSL74.05º93.28%46.67%-
HSV(B)74.05º96.52%90.2%-
XYZ46.766.0810.52-
YUV189.1425.77120.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.79%
GREEN value IS 230 (90.23% from 255) = 55.29%
BLUE value IS 8 (3.52% from 255) = 1.92%
R=42.79%
G=55.29%
B=1.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal17823080.2300.970.1074.0593.2846.67
HexB2E6817061A4a5d2f
Octal262346102701411211213557
Binary101100101110011010001011101100001101010010101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E608; }

 p { color: rgb(178,230,8); }

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

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

 a { background-color: rgb(178,230,8); }

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

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

 span { border-color: rgb(178,230,8); }

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