#B6D607

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

Shades of Inch Worm #B6D607

Tints of Inch Worm #B6D607

Color information

#B6D607 (or 0xB6D607) is unknown color: approx Inch Worm. HEX triplet: B6, D6 and 07. RGB value is (182,214,7). Sum of RGB (Red+Green+Blue) = 182+214+7=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 214 (83.98% from 255 or 53.10% from 403); Blue value is 7 (3.12% from 255 or 1.74% from 403); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6D607 is #4929F8. Grayscale: #B5B5B5. Windows color (decimal): -4794873 or 513718. OLE color: 513718.

HSL color Cylindrical-coordinate representation of color #B6D607: hue angle of 69.28º degrees, saturation: 0.94, 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 #B6D607 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB1822147-
CMYK0.1500.970.16
HSL69.28º93.67%43.33%-
HSV(B)69.28º96.73%83.92%-
XYZ43.3858.059.12-
YUV180.8329.9128.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.16%
GREEN value IS 214 (83.98% from 255) = 53.10%
BLUE value IS 7 (3.12% from 255) = 1.74%
R=45.16%
G=53.10%
B=1.74%

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
Decimal18221470.1500.970.1669.2893.6743.33
HexB6D67F06110455e2b
Octal26632671701412010513653
Binary10110110110101101111111011000011000010001011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D607; }

 p { color: rgb(182,214,7); }

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

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

 a { background-color: rgb(182,214,7); }

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

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

 span { border-color: rgb(182,214,7); }

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