Html Css Color HEX #BADB11 Inch Worm

📋 copy color: '#BADB11'

red 186 ◦ green 219 ◦ blue 17

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

Shades of Inch Worm #BADB11

Tints of Inch Worm #BADB11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.03%

R = 44.08%
G = 51.9%
B = 4.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#BADB11 (or 0xBADB11) is known color: Inch Worm. HEX triplet: BA, DB and 11. RGB value is (186,219,17). Sum of RGB (Red+Green+Blue) = 186+219+17=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 219 (85.94% from 255 or 51.90% from 422); Blue value is 17 (7.03% from 255 or 4.03% from 422); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADB11 is #4524EE. Grayscale: #BABABA. Windows color (decimal): -4531439 or 1170362. OLE color: 1170362.

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

Color convert

RGB 186 219 17 -
CMYK 0.15 0 0.92 0.14
HSL 69.8º 0.86% 0.46% -
HSV(B) 69.8º 0.92% 0.86% -
XYZ 45.68 61.14 9.92 -
YUV 186.11 32.57 127.93 -
System Red Green Blue C M Y K H S L
Decimal 186 219 17 0.15 0 0.92 0.14 69.8 0.86 0.46
Hex BA DB 11 F 0 5C E 46 56 2E
Octal 272 333 21 17 0 134 16 106 126 56
Binary 10111010 11011011 10001 1111 0 1011100 1110 1000110 1010110 101110

Color Harmonies of #BADB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB11

Black with #BADB11

Text Example


Text Example

White with #BADB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB11; }

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

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

background-color css

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

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

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

border-color css

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

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

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