#B3D516

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

Shades of Inch Worm #B3D516

Tints of Inch Worm #B3D516

Color information

#B3D516 (or 0xB3D516) is unknown color: approx Inch Worm. HEX triplet: B3, D5 and 16. RGB value is (179,213,22). Sum of RGB (Red+Green+Blue) = 179+213+22=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 213 (83.59% from 255 or 51.45% from 414); Blue value is 22 (8.98% from 255 or 5.31% from 414); Max value from RGB is 213 - color contains mainly: green. Hex color #B3D516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3D516 is #4C2AE9. Grayscale: #B5B5B5. Windows color (decimal): -4991722 or 1496499. OLE color: 1496499.

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

Color convert

RGB17921322-
CMYK0.1600.900.16
HSL70.68º81.28%46.08%-
HSV(B)70.68º89.67%83.53%-
XYZ42.5357.239.56-
YUV181.0638.24126.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.24%
GREEN value IS 213 (83.59% from 255) = 51.45%
BLUE value IS 22 (8.98% from 255) = 5.31%
R=43.24%
G=51.45%
B=5.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal179213220.1600.900.1670.6881.2846.08
HexB3D5161005A1047512e
Octal263325262001322010712156
Binary10110011110101011011010000010110101000010001111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D516; }

 p { color: rgb(179,213,22); }

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

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

 a { background-color: rgb(179,213,22); }

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

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

 span { border-color: rgb(179,213,22); }

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