Html Css Color HEX #BAD320 Rio Grande

📋 copy color: '#BAD320'

red 186 ◦ green 211 ◦ blue 32

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

Shades of Rio Grande #BAD320

Tints of Rio Grande #BAD320

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.18%

 BLUE value IS 32 (12.89% from 255) = 7.46%

R = 43.36%
G = 49.18%
B = 7.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#BAD320 (or 0xBAD320) is known color: Rio Grande. HEX triplet: BA, D3 and 20. RGB value is (186,211,32). Sum of RGB (Red+Green+Blue) = 186+211+32=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 211 (82.81% from 255 or 49.18% from 429); Blue value is 32 (12.89% from 255 or 7.46% from 429); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD320 is #452CDF. Grayscale: #B7B7B7. Windows color (decimal): -4533472 or 2151354. OLE color: 2151354.

HSL color Cylindrical-coordinate representation of color #BAD320: hue angle of 68.38º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAD320 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 211 32 -
CMYK 0.12 0 0.85 0.17
HSL 68.38º 0.74% 0.48% -
HSV(B) 68.38º 0.85% 0.83% -
XYZ 43.8 57.13 10.09 -
YUV 183.12 42.72 130.05 -
System Red Green Blue C M Y K H S L
Decimal 186 211 32 0.12 0 0.85 0.17 68.38 0.74 0.48
Hex BA D3 20 C 0 55 11 44 4A 30
Octal 272 323 40 14 0 125 21 104 112 60
Binary 10111010 11010011 100000 1100 0 1010101 10001 1000100 1001010 110000

Color Harmonies of #BAD320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD320

Black with #BAD320

Text Example


Text Example

White with #BAD320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD320; }

 p { color: rgb(186,211,32); }

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

background-color css

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

 a { background-color: rgb(186,211,32); }

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

border-color css

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

 span { border-color: rgb(186,211,32); }

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