Html Css Color HEX #BAC715 Rio Grande

📋 copy color: '#BAC715'

red 186 ◦ green 199 ◦ blue 21

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

Shades of Rio Grande #BAC715

Tints of Rio Grande #BAC715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.17%

R = 45.81%
G = 49.01%
B = 5.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#BAC715 (or 0xBAC715) is known color: Rio Grande. HEX triplet: BA, C7 and 15. RGB value is (186,199,21). Sum of RGB (Red+Green+Blue) = 186+199+21=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 199 (78.12% from 255 or 49.01% from 406); Blue value is 21 (8.59% from 255 or 5.17% from 406); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC715 is #4538EA. Grayscale: #AFAFAF. Windows color (decimal): -4536555 or 1427386. OLE color: 1427386.

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

Color convert

RGB 186 199 21 -
CMYK 0.07 0 0.89 0.22
HSL 64.38º 0.81% 0.43% -
HSV(B) 64.38º 0.89% 0.78% -
XYZ 40.81 51.34 8.47 -
YUV 174.82 41.19 135.97 -
System Red Green Blue C M Y K H S L
Decimal 186 199 21 0.07 0 0.89 0.22 64.38 0.81 0.43
Hex BA C7 15 7 0 59 16 40 51 2B
Octal 272 307 25 7 0 131 26 100 121 53
Binary 10111010 11000111 10101 111 0 1011001 10110 1000000 1010001 101011

Color Harmonies of #BAC715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC715

Black with #BAC715

Text Example


Text Example

White with #BAC715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC715; }

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

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

background-color css

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

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

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

border-color css

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

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

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