Html Css Color HEX #BADD1D Inch Worm

📋 copy color: '#BADD1D'

red 186 ◦ green 221 ◦ blue 29

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

Shades of Inch Worm #BADD1D

Tints of Inch Worm #BADD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.65%

R = 42.66%
G = 50.69%
B = 6.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#BADD1D (or 0xBADD1D) is known color: Inch Worm. HEX triplet: BA, DD and 1D. RGB value is (186,221,29). Sum of RGB (Red+Green+Blue) = 186+221+29=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 29 (11.72% from 255 or 6.65% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADD1D is #4522E2. Grayscale: #BDBDBD. Windows color (decimal): -4530915 or 1957306. OLE color: 1957306.

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

Color convert

RGB 186 221 29 -
CMYK 0.16 0 0.87 0.13
HSL 70.94º 0.77% 0.49% -
HSV(B) 70.94º 0.87% 0.87% -
XYZ 46.33 62.24 10.73 -
YUV 188.65 37.9 126.11 -
System Red Green Blue C M Y K H S L
Decimal 186 221 29 0.16 0 0.87 0.13 70.94 0.77 0.49
Hex BA DD 1D 10 0 57 D 47 4D 31
Octal 272 335 35 20 0 127 15 107 115 61
Binary 10111010 11011101 11101 10000 0 1010111 1101 1000111 1001101 110001

Color Harmonies of #BADD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD1D

Black with #BADD1D

Text Example


Text Example

White with #BADD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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