#B4D716

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

Shades of Inch Worm #B4D716

Tints of Inch Worm #B4D716

Color information

#B4D716 (or 0xB4D716) is unknown color: approx Inch Worm. HEX triplet: B4, D7 and 16. RGB value is (180,215,22). Sum of RGB (Red+Green+Blue) = 180+215+22=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 215 (84.38% from 255 or 51.56% from 417); Blue value is 22 (8.98% from 255 or 5.28% from 417); Max value from RGB is 215 - color contains mainly: green. Hex color #B4D716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4D716 is #4B28E9. Grayscale: #B7B7B7. Windows color (decimal): -4925674 or 1497012. OLE color: 1497012.

HSL color Cylindrical-coordinate representation of color #B4D716: hue angle of 70.88º 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 #B4D716 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB18021522-
CMYK0.1600.900.16
HSL70.88º81.43%46.47%-
HSV(B)70.88º89.77%84.31%-
XYZ43.2758.369.74-
YUV182.5337.4126.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.17%
GREEN value IS 215 (84.38% from 255) = 51.56%
BLUE value IS 22 (8.98% from 255) = 5.28%
R=43.17%
G=51.56%
B=5.28%

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
Decimal180215220.1600.900.1670.8881.4346.47
HexB4D7161005A1047512e
Octal264327262001322010712156
Binary10110100110101111011010000010110101000010001111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D716; }

 p { color: rgb(180,215,22); }

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

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

 a { background-color: rgb(180,215,22); }

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

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

 span { border-color: rgb(180,215,22); }

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