#B2D716

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

Shades of Inch Worm #B2D716

Tints of Inch Worm #B2D716

Color information

#B2D716 (or 0xB2D716) is unknown color: approx Inch Worm. HEX triplet: B2, D7 and 16. RGB value is (178,215,22). Sum of RGB (Red+Green+Blue) = 178+215+22=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 215 (84.38% from 255 or 51.81% from 415); Blue value is 22 (8.98% from 255 or 5.30% from 415); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D716 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D716 is #4D28E9. Grayscale: #B6B6B6. Windows color (decimal): -5056746 or 1497010. OLE color: 1497010.

HSL color Cylindrical-coordinate representation of color #B2D716: hue angle of 71.5º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2D716 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB17821522-
CMYK0.1700.900.16
HSL71.5º81.43%46.47%-
HSV(B)71.5º89.77%84.31%-
XYZ42.8158.129.72-
YUV181.9437.74125.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.89%
GREEN value IS 215 (84.38% from 255) = 51.81%
BLUE value IS 22 (8.98% from 255) = 5.30%
R=42.89%
G=51.81%
B=5.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal178215220.1700.900.1671.581.4346.47
HexB2D7161105A1048512e
Octal262327262101322011012156
Binary10110010110101111011010001010110101000010010001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D716; }

 p { color: rgb(178,215,22); }

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

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

 a { background-color: rgb(178,215,22); }

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

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

 span { border-color: rgb(178,215,22); }

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