#BADA15

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

Shades of Inch Worm #BADA15

Tints of Inch Worm #BADA15

Color information

#BADA15 (or 0xBADA15) is unknown color: approx Inch Worm. HEX triplet: BA, DA and 15. RGB value is (186,218,21). Sum of RGB (Red+Green+Blue) = 186+218+21=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 218 (85.55% from 255 or 51.29% from 425); Blue value is 21 (8.59% from 255 or 4.94% from 425); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADA15 is #4525EA. Grayscale: #BABABA. Windows color (decimal): -4531691 or 1432250. OLE color: 1432250.

HSL color Cylindrical-coordinate representation of color #BADA15: hue angle of 69.75º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BADA15 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB18621821-
CMYK0.1500.900.15
HSL69.75º82.43%46.86%-
HSV(B)69.75º90.37%85.49%-
XYZ45.4660.6410.02-
YUV185.9734.9128.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 218 (85.55% from 255) = 51.29%
BLUE value IS 21 (8.59% from 255) = 4.94%
R=43.76%
G=51.29%
B=4.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal186218210.1500.900.1569.7582.4346.86
HexBADA15F05AF46522f
Octal272332251701321710612257
Binary101110101101101010101111101011010111110001101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADA15; }

 p { color: rgb(186,218,21); }

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

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

 a { background-color: rgb(186,218,21); }

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

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

 span { border-color: rgb(186,218,21); }

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