#B6D506

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

Shades of Inch Worm #B6D506

Tints of Inch Worm #B6D506

Color information

#B6D506 (or 0xB6D506) is unknown color: approx Inch Worm. HEX triplet: B6, D5 and 06. RGB value is (182,213,6). Sum of RGB (Red+Green+Blue) = 182+213+6=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 213 (83.59% from 255 or 53.12% from 401); Blue value is 6 (2.73% from 255 or 1.50% from 401); Max value from RGB is 213 - color contains mainly: green. Hex color #B6D506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6D506 is #492AF9. Grayscale: #B4B4B4. Windows color (decimal): -4795130 or 447926. OLE color: 447926.

HSL color Cylindrical-coordinate representation of color #B6D506: hue angle of 68.99º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B6D506 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB1822136-
CMYK0.1500.970.16
HSL68.99º94.52%42.94%-
HSV(B)68.99º97.18%83.53%-
XYZ43.1257.559.01-
YUV180.1329.73129.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.39%
GREEN value IS 213 (83.59% from 255) = 53.12%
BLUE value IS 6 (2.73% from 255) = 1.50%
R=45.39%
G=53.12%
B=1.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal18221360.1500.970.1668.9994.5242.94
HexB6D56F06110455f2b
Octal26632561701412010513753
Binary10110110110101011101111011000011000010001011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D506; }

 p { color: rgb(182,213,6); }

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

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

 a { background-color: rgb(182,213,6); }

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

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

 span { border-color: rgb(182,213,6); }

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