#B4D920

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

Shades of Inch Worm #B4D920

Tints of Inch Worm #B4D920

Color information

#B4D920 (or 0xB4D920) is unknown color: approx Inch Worm. HEX triplet: B4, D9 and 20. RGB value is (180,217,32). Sum of RGB (Red+Green+Blue) = 180+217+32=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 217 (85.16% from 255 or 50.58% from 429); Blue value is 32 (12.89% from 255 or 7.46% from 429); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D920 is #4B26DF. Grayscale: #B9B9B9. Windows color (decimal): -4925152 or 2152884. OLE color: 2152884.

HSL color Cylindrical-coordinate representation of color #B4D920: hue angle of 72º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B4D920 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB18021732-
CMYK0.1700.850.15
HSL72º74.3%48.82%-
HSV(B)72º85.25%85.1%-
XYZ43.959.4310.52-
YUV184.8541.74124.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 217 (85.16% from 255) = 50.58%
BLUE value IS 32 (12.89% from 255) = 7.46%
R=41.96%
G=50.58%
B=7.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal180217320.1700.850.157274.348.82
HexB4D92011055F484a31
Octal264331402101251711011261
Binary10110100110110011000001000101010101111110010001001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D920; }

 p { color: rgb(180,217,32); }

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

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

 a { background-color: rgb(180,217,32); }

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

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

 span { border-color: rgb(180,217,32); }

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