Html Css Color HEX #BADC10 Inch Worm

📋 copy color: '#BADC10'

red 186 ◦ green 220 ◦ blue 16

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

Shades of Inch Worm #BADC10

Tints of Inch Worm #BADC10

RGB

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

 GREEN value IS 220 (86.33% from 255) = 52.13%

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

R = 44.08%
G = 52.13%
B = 3.79%

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

#BADC10 (or 0xBADC10) is known color: Inch Worm. HEX triplet: BA, DC and 10. RGB value is (186,220,16). Sum of RGB (Red+Green+Blue) = 186+220+16=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 220 (86.33% from 255 or 52.13% from 422); Blue value is 16 (6.64% from 255 or 3.79% from 422); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADC10 is #4523EF. Grayscale: #BBBBBB. Windows color (decimal): -4531184 or 1105082. OLE color: 1105082.

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

Color convert

RGB 186 220 16 -
CMYK 0.15 0 0.93 0.14
HSL 70º 0.86% 0.46% -
HSV(B) 70º 0.93% 0.86% -
XYZ 45.94 61.66 9.97 -
YUV 186.58 31.74 127.59 -
System Red Green Blue C M Y K H S L
Decimal 186 220 16 0.15 0 0.93 0.14 70 0.86 0.46
Hex BA DC 10 F 0 5D E 46 56 2E
Octal 272 334 20 17 0 135 16 106 126 56
Binary 10111010 11011100 10000 1111 0 1011101 1110 1000110 1010110 101110

Color Harmonies of #BADC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADC10

Black with #BADC10

Text Example


Text Example

White with #BADC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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