#B6D613

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

Shades of Inch Worm #B6D613

Tints of Inch Worm #B6D613

Color information

#B6D613 (or 0xB6D613) is unknown color: approx Inch Worm. HEX triplet: B6, D6 and 13. RGB value is (182,214,19). Sum of RGB (Red+Green+Blue) = 182+214+19=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 214 (83.98% from 255 or 51.57% from 415); Blue value is 19 (7.81% from 255 or 4.58% from 415); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6D613 is #4929EC. Grayscale: #B6B6B6. Windows color (decimal): -4794861 or 1300150. OLE color: 1300150.

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

Color convert

RGB18221419-
CMYK0.1500.910.16
HSL69.85º83.69%45.69%-
HSV(B)69.85º91.12%83.92%-
XYZ43.4658.099.54-
YUV182.235.9127.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.86%
GREEN value IS 214 (83.98% from 255) = 51.57%
BLUE value IS 19 (7.81% from 255) = 4.58%
R=43.86%
G=51.57%
B=4.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal182214190.1500.910.1669.8583.6945.69
HexB6D613F05B1046542e
Octal266326231701332010612456
Binary1011011011010110100111111010110111000010001101010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D613; }

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

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

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

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

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

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

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

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