#B2D910

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

Shades of Inch Worm #B2D910

Tints of Inch Worm #B2D910

Color information

#B2D910 (or 0xB2D910) is unknown color: approx Inch Worm. HEX triplet: B2, D9 and 10. RGB value is (178,217,16). Sum of RGB (Red+Green+Blue) = 178+217+16=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 217 (85.16% from 255 or 52.80% from 411); Blue value is 16 (6.64% from 255 or 3.89% from 411); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D910 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D910 is #4D26EF. Grayscale: #B7B7B7. Windows color (decimal): -5056240 or 1104306. OLE color: 1104306.

HSL color Cylindrical-coordinate representation of color #B2D910: hue angle of 71.64º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2D910 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB17821716-
CMYK0.1800.930.15
HSL71.64º86.27%45.69%-
HSV(B)71.64º92.63%85.1%-
XYZ43.2759.139.62-
YUV182.4234.08124.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.31%
GREEN value IS 217 (85.16% from 255) = 52.80%
BLUE value IS 16 (6.64% from 255) = 3.89%
R=43.31%
G=52.80%
B=3.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal178217160.1800.930.1571.6486.2745.69
HexB2D9101205DF48562e
Octal262331202201351711012656
Binary1011001011011001100001001001011101111110010001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D910; }

 p { color: rgb(178,217,16); }

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

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

 a { background-color: rgb(178,217,16); }

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

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

 span { border-color: rgb(178,217,16); }

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