#B4DC14

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

Shades of Inch Worm #B4DC14

Tints of Inch Worm #B4DC14

Color information

#B4DC14 (or 0xB4DC14) is unknown color: approx Inch Worm. HEX triplet: B4, DC and 14. RGB value is (180,220,20). Sum of RGB (Red+Green+Blue) = 180+220+20=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 220 (86.33% from 255 or 52.38% from 420); Blue value is 20 (8.20% from 255 or 4.76% from 420); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4DC14 is #4B23EB. Grayscale: #B9B9B9. Windows color (decimal): -4924396 or 1367220. OLE color: 1367220.

HSL color Cylindrical-coordinate representation of color #B4DC14: hue angle of 72º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B4DC14 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB18022020-
CMYK0.1800.910.14
HSL72º83.33%47.06%-
HSV(B)72º90.91%86.27%-
XYZ44.5460.9410.08-
YUV185.2434.75124.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.86%
GREEN value IS 220 (86.33% from 255) = 52.38%
BLUE value IS 20 (8.20% from 255) = 4.76%
R=42.86%
G=52.38%
B=4.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal180220200.1800.910.147283.3347.06
HexB4DC141205BE48532f
Octal264334242201331611012357
Binary1011010011011100101001001001011011111010010001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DC14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DC14; }

 p { color: rgb(180,220,20); }

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

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

 a { background-color: rgb(180,220,20); }

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

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

 span { border-color: rgb(180,220,20); }

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