#B3DC21

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

Shades of Inch Worm #B3DC21

Tints of Inch Worm #B3DC21

Color information

#B3DC21 (or 0xB3DC21) is unknown color: approx Inch Worm. HEX triplet: B3, DC and 21. RGB value is (179,220,33). Sum of RGB (Red+Green+Blue) = 179+220+33=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 220 (86.33% from 255 or 50.93% from 432); Blue value is 33 (13.28% from 255 or 7.64% from 432); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3DC21 is #4C23DE. Grayscale: #BBBBBB. Windows color (decimal): -4989919 or 2219187. OLE color: 2219187.

HSL color Cylindrical-coordinate representation of color #B3DC21: hue angle of 73.16º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B3DC21 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB17922033-
CMYK0.1900.850.14
HSL73.16º73.91%49.61%-
HSV(B)73.16º85%86.27%-
XYZ44.4660.8810.85-
YUV186.4241.42122.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.44%
GREEN value IS 220 (86.33% from 255) = 50.93%
BLUE value IS 33 (13.28% from 255) = 7.64%
R=41.44%
G=50.93%
B=7.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal179220330.1900.850.1473.1673.9149.61
HexB3DC2113055E494a32
Octal263334412301251611111262
Binary10110011110111001000011001101010101111010010011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DC21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DC21; }

 p { color: rgb(179,220,33); }

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

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

 a { background-color: rgb(179,220,33); }

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

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

 span { border-color: rgb(179,220,33); }

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