Html Css Color HEX #BAD211 Rio Grande

📋 copy color: '#BAD211'

red 186 ◦ green 210 ◦ blue 17

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

Shades of Rio Grande #BAD211

Tints of Rio Grande #BAD211

RGB

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

 GREEN value IS 210 (82.42% from 255) = 50.85%

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

R = 45.04%
G = 50.85%
B = 4.12%

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

#BAD211 (or 0xBAD211) is known color: Rio Grande. HEX triplet: BA, D2 and 11. RGB value is (186,210,17). Sum of RGB (Red+Green+Blue) = 186+210+17=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 210 (82.42% from 255 or 50.85% from 413); Blue value is 17 (7.03% from 255 or 4.12% from 413); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD211 is #452DEE. Grayscale: #B5B5B5. Windows color (decimal): -4533743 or 1168058. OLE color: 1168058.

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

Color convert

RGB 186 210 17 -
CMYK 0.11 0 0.92 0.18
HSL 67.46º 0.85% 0.45% -
HSV(B) 67.46º 0.92% 0.82% -
XYZ 43.4 56.57 9.16 -
YUV 180.82 35.55 131.69 -
System Red Green Blue C M Y K H S L
Decimal 186 210 17 0.11 0 0.92 0.18 67.46 0.85 0.45
Hex BA D2 11 B 0 5C 12 43 55 2D
Octal 272 322 21 13 0 134 22 103 125 55
Binary 10111010 11010010 10001 1011 0 1011100 10010 1000011 1010101 101101

Color Harmonies of #BAD211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD211

Black with #BAD211

Text Example


Text Example

White with #BAD211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD211; }

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

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

background-color css

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

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

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

border-color css

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

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

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