#B6D920

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

Shades of Inch Worm #B6D920

Tints of Inch Worm #B6D920

Color information

#B6D920 (or 0xB6D920) is unknown color: approx Inch Worm. HEX triplet: B6, D9 and 20. RGB value is (182,217,32). Sum of RGB (Red+Green+Blue) = 182+217+32=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 217 (85.16% from 255 or 50.35% from 431); Blue value is 32 (12.89% from 255 or 7.42% from 431); Max value from RGB is 217 - color contains mainly: green. Hex color #B6D920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D920 is #4926DF. Grayscale: #BABABA. Windows color (decimal): -4794080 or 2152886. OLE color: 2152886.

HSL color Cylindrical-coordinate representation of color #B6D920: hue angle of 71.35º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B6D920 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB18221732-
CMYK0.1600.850.15
HSL71.35º74.3%48.82%-
HSV(B)71.35º85.25%85.1%-
XYZ44.3659.6810.55-
YUV185.4441.4125.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.23%
GREEN value IS 217 (85.16% from 255) = 50.35%
BLUE value IS 32 (12.89% from 255) = 7.42%
R=42.23%
G=50.35%
B=7.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal182217320.1600.850.1571.3574.348.82
HexB6D92010055F474a31
Octal266331402001251710711261
Binary10110110110110011000001000001010101111110001111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D920; }

 p { color: rgb(182,217,32); }

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

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

 a { background-color: rgb(182,217,32); }

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

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

 span { border-color: rgb(182,217,32); }

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