Html Css Color HEX #BAD111 Rio Grande

📋 copy color: '#BAD111'

red 186 ◦ green 209 ◦ blue 17

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

Shades of Rio Grande #BAD111

Tints of Rio Grande #BAD111

RGB

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

 GREEN value IS 209 (82.03% from 255) = 50.73%

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

R = 45.15%
G = 50.73%
B = 4.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#BAD111 (or 0xBAD111) is known color: Rio Grande. HEX triplet: BA, D1 and 11. RGB value is (186,209,17). Sum of RGB (Red+Green+Blue) = 186+209+17=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 209 (82.03% from 255 or 50.73% from 412); Blue value is 17 (7.03% from 255 or 4.13% from 412); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD111 is #452EEE. Grayscale: #B4B4B4. Windows color (decimal): -4533999 or 1167802. OLE color: 1167802.

HSL color Cylindrical-coordinate representation of color #BAD111: hue angle of 67.19º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BAD111 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 209 17 -
CMYK 0.11 0 0.92 0.18
HSL 67.19º 0.85% 0.44% -
HSV(B) 67.19º 0.92% 0.82% -
XYZ 43.15 56.08 9.08 -
YUV 180.24 35.88 132.11 -
System Red Green Blue C M Y K H S L
Decimal 186 209 17 0.11 0 0.92 0.18 67.19 0.85 0.44
Hex BA D1 11 B 0 5C 12 43 55 2C
Octal 272 321 21 13 0 134 22 103 125 54
Binary 10111010 11010001 10001 1011 0 1011100 10010 1000011 1010101 101100

Color Harmonies of #BAD111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD111

Black with #BAD111

Text Example


Text Example

White with #BAD111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD111; }

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

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

background-color css

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

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

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

border-color css

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

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

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