Html Css Color HEX #BADB10 Inch Worm

📋 copy color: '#BADB10'

red 186 ◦ green 219 ◦ blue 16

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

Shades of Inch Worm #BADB10

Tints of Inch Worm #BADB10

RGB

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

 GREEN value IS 219 (85.94% from 255) = 52.02%

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

R = 44.18%
G = 52.02%
B = 3.8%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#BADB10 (or 0xBADB10) is known color: Inch Worm. HEX triplet: BA, DB and 10. RGB value is (186,219,16). Sum of RGB (Red+Green+Blue) = 186+219+16=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 219 (85.94% from 255 or 52.02% from 421); Blue value is 16 (6.64% from 255 or 3.80% from 421); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADB10 is #4524EF. Grayscale: #BABABA. Windows color (decimal): -4531440 or 1104826. OLE color: 1104826.

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

Color convert

RGB 186 219 16 -
CMYK 0.15 0 0.93 0.14
HSL 69.75º 0.86% 0.46% -
HSV(B) 69.75º 0.93% 0.86% -
XYZ 45.67 61.14 9.88 -
YUV 185.99 32.07 128.01 -
System Red Green Blue C M Y K H S L
Decimal 186 219 16 0.15 0 0.93 0.14 69.75 0.86 0.46
Hex BA DB 10 F 0 5D E 46 56 2E
Octal 272 333 20 17 0 135 16 106 126 56
Binary 10111010 11011011 10000 1111 0 1011101 1110 1000110 1010110 101110

Color Harmonies of #BADB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB10

Black with #BADB10

Text Example


Text Example

White with #BADB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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