Html Css Color HEX #BADA10 Inch Worm

📋 copy color: '#BADA10'

red 186 ◦ green 218 ◦ blue 16

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

Shades of Inch Worm #BADA10

Tints of Inch Worm #BADA10

RGB

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

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

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

R = 44.29%
G = 51.9%
B = 3.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#BADA10 (or 0xBADA10) is known color: Inch Worm. HEX triplet: BA, DA and 10. RGB value is (186,218,16). Sum of RGB (Red+Green+Blue) = 186+218+16=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 218 (85.55% from 255 or 51.90% from 420); Blue value is 16 (6.64% from 255 or 3.81% from 420); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADA10 is #4525EF. Grayscale: #BABABA. Windows color (decimal): -4531696 or 1104570. OLE color: 1104570.

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

Color convert

RGB 186 218 16 -
CMYK 0.15 0 0.93 0.15
HSL 69.5º 0.86% 0.46% -
HSV(B) 69.5º 0.93% 0.85% -
XYZ 45.41 60.62 9.8 -
YUV 185.4 32.4 128.43 -
System Red Green Blue C M Y K H S L
Decimal 186 218 16 0.15 0 0.93 0.15 69.5 0.86 0.46
Hex BA DA 10 F 0 5D F 46 56 2E
Octal 272 332 20 17 0 135 17 106 126 56
Binary 10111010 11011010 10000 1111 0 1011101 1111 1000110 1010110 101110

Color Harmonies of #BADA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA10

Black with #BADA10

Text Example


Text Example

White with #BADA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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