#bad904

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

Shades of Inch Worm #BAD904

Tints of Inch Worm #BAD904

Color information

#BAD904 (or 0xBAD904) is unknown color: approx Inch Worm. HEX triplet: BA, D9 and 04. RGB value is (186,217,4). Sum of RGB (Red+Green+Blue) = 186+217+4=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 217 (85.16% from 255 or 53.32% from 407); Blue value is 4 (1.95% from 255 or 0.98% from 407); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD904 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD904 is #4526FB. Grayscale: #B8B8B8. Windows color (decimal): -4531964 or 317882. OLE color: 317882.

HSL color Cylindrical-coordinate representation of color #BAD904: hue angle of 68.73º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BAD904 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB1862174-
CMYK0.1400.980.15
HSL68.73º96.38%43.33%-
HSV(B)68.73º98.16%85.1%-
XYZ45.0860.079.33-
YUV183.4526.73129.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 217 (85.16% from 255) = 53.32%
BLUE value IS 4 (1.95% from 255) = 0.98%
R=45.70%
G=53.32%
B=0.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal18621740.1400.980.1568.7396.3843.33
HexBAD94E062F45602b
Octal27233141601421710514053
Binary1011101011011001100111001100010111110001011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bad904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bad904; }

 p { color: rgb(186,217,4); }

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

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

 a { background-color: rgb(186,217,4); }

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

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

 span { border-color: rgb(186,217,4); }

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