Html Css Color HEX #BADA1D Inch Worm

📋 copy color: '#BADA1D'

red 186 ◦ green 218 ◦ blue 29

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

Shades of Inch Worm #BADA1D

Tints of Inch Worm #BADA1D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.35%

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

R = 42.96%
G = 50.35%
B = 6.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#BADA1D (or 0xBADA1D) is known color: Inch Worm. HEX triplet: BA, DA and 1D. RGB value is (186,218,29). Sum of RGB (Red+Green+Blue) = 186+218+29=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 218 (85.55% from 255 or 50.35% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADA1D is #4525E2. Grayscale: #BBBBBB. Windows color (decimal): -4531683 or 1956538. OLE color: 1956538.

HSL color Cylindrical-coordinate representation of color #BADA1D: hue angle of 70.16º 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 #BADA1D is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 218 29 -
CMYK 0.15 0 0.87 0.15
HSL 70.16º 0.77% 0.48% -
HSV(B) 70.16º 0.87% 0.85% -
XYZ 45.54 60.67 10.47 -
YUV 186.89 38.9 127.37 -
System Red Green Blue C M Y K H S L
Decimal 186 218 29 0.15 0 0.87 0.15 70.16 0.77 0.48
Hex BA DA 1D F 0 57 F 46 4D 30
Octal 272 332 35 17 0 127 17 106 115 60
Binary 10111010 11011010 11101 1111 0 1010111 1111 1000110 1001101 110000

Color Harmonies of #BADA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA1D

Black with #BADA1D

Text Example


Text Example

White with #BADA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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