Html Css Color HEX #BADD13 Inch Worm

📋 copy color: '#BADD13'

red 186 ◦ green 221 ◦ blue 19

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

Shades of Inch Worm #BADD13

Tints of Inch Worm #BADD13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.46%

R = 43.66%
G = 51.88%
B = 4.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#BADD13 (or 0xBADD13) is known color: Inch Worm. HEX triplet: BA, DD and 13. RGB value is (186,221,19). Sum of RGB (Red+Green+Blue) = 186+221+19=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 221 (86.72% from 255 or 51.88% from 426); Blue value is 19 (7.81% from 255 or 4.46% from 426); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADD13 is #4522EC. Grayscale: #BCBCBC. Windows color (decimal): -4530925 or 1301946. OLE color: 1301946.

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

Color convert

RGB 186 221 19 -
CMYK 0.16 0 0.91 0.13
HSL 70.4º 0.84% 0.47% -
HSV(B) 70.4º 0.91% 0.87% -
XYZ 46.22 62.2 10.19 -
YUV 187.51 32.9 126.93 -
System Red Green Blue C M Y K H S L
Decimal 186 221 19 0.16 0 0.91 0.13 70.4 0.84 0.47
Hex BA DD 13 10 0 5B D 46 54 2F
Octal 272 335 23 20 0 133 15 106 124 57
Binary 10111010 11011101 10011 10000 0 1011011 1101 1000110 1010100 101111

Color Harmonies of #BADD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD13

Black with #BADD13

Text Example


Text Example

White with #BADD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD13; }

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

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

background-color css

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

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

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

border-color css

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

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

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