Html Css Color HEX #BADD10 Inch Worm

📋 copy color: '#BADD10'

red 186 ◦ green 221 ◦ blue 16

#BADD10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #BADD10

Tints of Inch Worm #BADD10

RGB

 RED value IS 186 (73.05% from 255) = 43.97%

 GREEN value IS 221 (86.72% from 255) = 52.25%

 BLUE value IS 16 (6.64% from 255) = 3.78%

R = 43.97%
G = 52.25%
B = 3.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#BADD10 (or 0xBADD10) is known color: Inch Worm. HEX triplet: BA, DD and 10. RGB value is (186,221,16). Sum of RGB (Red+Green+Blue) = 186+221+16=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 221 (86.72% from 255 or 52.25% from 423); Blue value is 16 (6.64% from 255 or 3.78% from 423); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADD10 is #4522EF. Grayscale: #BBBBBB. Windows color (decimal): -4530928 or 1105338. OLE color: 1105338.

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

Color convert

RGB 186 221 16 -
CMYK 0.16 0 0.93 0.13
HSL 70.24º 0.86% 0.46% -
HSV(B) 70.24º 0.93% 0.87% -
XYZ 46.2 62.19 10.06 -
YUV 187.17 31.4 127.17 -
System Red Green Blue C M Y K H S L
Decimal 186 221 16 0.16 0 0.93 0.13 70.24 0.86 0.46
Hex BA DD 10 10 0 5D D 46 56 2E
Octal 272 335 20 20 0 135 15 106 126 56
Binary 10111010 11011101 10000 10000 0 1011101 1101 1000110 1010110 101110

Color Harmonies of #BADD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD10

Black with #BADD10

Text Example


Text Example

White with #BADD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD10; }

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

 H1.HeaderClassName
 {
   color: #BADD10;
 }
 .AnyTagClassName
 {
   color: #BADD10;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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