#BADD1E

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

Shades of Inch Worm #BADD1E

Tints of Inch Worm #BADD1E

Color information

#BADD1E (or 0xBADD1E) is unknown color: approx Inch Worm. HEX triplet: BA, DD and 1E. RGB value is (186,221,30). Sum of RGB (Red+Green+Blue) = 186+221+30=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 30 (12.11% from 255 or 6.86% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADD1E is #4522E1. Grayscale: #BDBDBD. Windows color (decimal): -4530914 or 2022842. OLE color: 2022842.

HSL color Cylindrical-coordinate representation of color #BADD1E: hue angle of 70.99º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BADD1E is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB18622130-
CMYK0.1600.860.13
HSL70.99º76.1%49.22%-
HSV(B)70.99º86.43%86.67%-
XYZ46.3462.2510.8-
YUV188.7638.4126.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 221 (86.72% from 255) = 50.57%
BLUE value IS 30 (12.11% from 255) = 6.86%
R=42.56%
G=50.57%
B=6.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal186221300.1600.860.1370.9976.149.22
HexBADD1E10056D474c31
Octal272335362001261510711461
Binary1011101011011101111101000001010110110110001111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADD1E; }

 p { color: rgb(186,221,30); }

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

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

 a { background-color: rgb(186,221,30); }

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

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

 span { border-color: rgb(186,221,30); }

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