#BAD81C

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

Shades of Inch Worm #BAD81C

Tints of Inch Worm #BAD81C

Color information

#BAD81C (or 0xBAD81C) is unknown color: approx Inch Worm. HEX triplet: BA, D8 and 1C. RGB value is (186,216,28). Sum of RGB (Red+Green+Blue) = 186+216+28=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 216 (84.77% from 255 or 50.23% from 430); Blue value is 28 (11.33% from 255 or 6.51% from 430); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD81C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD81C is #4527E3. Grayscale: #BABABA. Windows color (decimal): -4532196 or 1890490. OLE color: 1890490.

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

Color convert

RGB18621628-
CMYK0.1400.870.15
HSL69.57º77.05%47.84%-
HSV(B)69.57º87.04%84.71%-
XYZ45.0259.6310.24-
YUV185.639.06128.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 216 (84.77% from 255) = 50.23%
BLUE value IS 28 (11.33% from 255) = 6.51%
R=43.26%
G=50.23%
B=6.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal186216280.1400.870.1569.5777.0547.84
HexBAD81CE057F464d30
Octal272330341601271710611560
Binary101110101101100011100111001010111111110001101001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD81C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD81C; }

 p { color: rgb(186,216,28); }

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

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

 a { background-color: rgb(186,216,28); }

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

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

 span { border-color: rgb(186,216,28); }

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