#B6F916

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

Shades of Inch Worm #B6F916

Tints of Inch Worm #B6F916

Color information

#B6F916 (or 0xB6F916) is unknown color: approx Inch Worm. HEX triplet: B6, F9 and 16. RGB value is (182,249,22). Sum of RGB (Red+Green+Blue) = 182+249+22=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 249 (97.66% from 255 or 54.97% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 249 - color contains mainly: green. Hex color #B6F916 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6F916 is #4906E9. Grayscale: #CBCBCB. Windows color (decimal): -4785898 or 1505718. OLE color: 1505718.

HSL color Cylindrical-coordinate representation of color #B6F916: hue angle of 77.71º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B6F916 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB18224922-
CMYK0.2700.910.02
HSL77.71º94.98%53.14%-
HSV(B)77.71º91.16%97.65%-
XYZ53.3177.7512.96-
YUV203.0925.8112.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.18%
GREEN value IS 249 (97.66% from 255) = 54.97%
BLUE value IS 22 (8.98% from 255) = 4.86%
R=40.18%
G=54.97%
B=4.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal182249220.2700.910.0277.7194.9853.14
HexB6F9161B05B24e5f35
Octal26637126330133211613765
Binary10110110111110011011011011010110111010011101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F916; }

 p { color: rgb(182,249,22); }

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

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

 a { background-color: rgb(182,249,22); }

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

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

 span { border-color: rgb(182,249,22); }

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