#B0D821

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

Shades of Inch Worm #B0D821

Tints of Inch Worm #B0D821

Color information

#B0D821 (or 0xB0D821) is unknown color: approx Inch Worm. HEX triplet: B0, D8 and 21. RGB value is (176,216,33). Sum of RGB (Red+Green+Blue) = 176+216+33=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 216 (84.77% from 255 or 50.82% from 425); Blue value is 33 (13.28% from 255 or 7.76% from 425); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D821 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D821 is #4F27DE. Grayscale: #B7B7B7. Windows color (decimal): -5187551 or 2218160. OLE color: 2218160.

HSL color Cylindrical-coordinate representation of color #B0D821: hue angle of 73.11º degrees, saturation: 0.73, 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 #B0D821 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB17621633-
CMYK0.1900.850.15
HSL73.11º73.49%48.82%-
HSV(B)73.11º84.72%84.71%-
XYZ42.7358.4510.47-
YUV183.1843.25122.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.41%
GREEN value IS 216 (84.77% from 255) = 50.82%
BLUE value IS 33 (13.28% from 255) = 7.76%
R=41.41%
G=50.82%
B=7.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal176216330.1900.850.1573.1173.4948.82
HexB0D82113055F494931
Octal260330412301251711111161
Binary10110000110110001000011001101010101111110010011001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D821; }

 p { color: rgb(176,216,33); }

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

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

 a { background-color: rgb(176,216,33); }

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

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

 span { border-color: rgb(176,216,33); }

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