Html Css Color HEX #BAC721 Rio Grande

📋 copy color: '#BAC721'

red 186 ◦ green 199 ◦ blue 33

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

Shades of Rio Grande #BAC721

Tints of Rio Grande #BAC721

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.61%

 BLUE value IS 33 (13.28% from 255) = 7.89%

R = 44.5%
G = 47.61%
B = 7.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#BAC721 (or 0xBAC721) is known color: Rio Grande. HEX triplet: BA, C7 and 21. RGB value is (186,199,33). Sum of RGB (Red+Green+Blue) = 186+199+33=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 199 (78.12% from 255 or 47.61% from 418); Blue value is 33 (13.28% from 255 or 7.89% from 418); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC721 is #4538DE. Grayscale: #B0B0B0. Windows color (decimal): -4536543 or 2213818. OLE color: 2213818.

HSL color Cylindrical-coordinate representation of color #BAC721: hue angle of 64.7º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAC721 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 199 33 -
CMYK 0.07 0 0.83 0.22
HSL 64.7º 0.72% 0.45% -
HSV(B) 64.7º 0.83% 0.78% -
XYZ 40.95 51.4 9.2 -
YUV 176.19 47.19 135 -
System Red Green Blue C M Y K H S L
Decimal 186 199 33 0.07 0 0.83 0.22 64.7 0.72 0.45
Hex BA C7 21 7 0 53 16 41 48 2D
Octal 272 307 41 7 0 123 26 101 110 55
Binary 10111010 11000111 100001 111 0 1010011 10110 1000001 1001000 101101

Color Harmonies of #BAC721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC721

Black with #BAC721

Text Example


Text Example

White with #BAC721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC721; }

 p { color: rgb(186,199,33); }

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

background-color css

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

 a { background-color: rgb(186,199,33); }

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

border-color css

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

 span { border-color: rgb(186,199,33); }

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