Html Css Color HEX #BAC705 La Rioja

📋 copy color: '#BAC705'

red 186 ◦ green 199 ◦ blue 5

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

Shades of La Rioja #BAC705

Tints of La Rioja #BAC705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.28%

R = 47.69%
G = 51.03%
B = 1.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#BAC705 (or 0xBAC705) is known color: La Rioja. HEX triplet: BA, C7 and 05. RGB value is (186,199,5). Sum of RGB (Red+Green+Blue) = 186+199+5=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 199 (78.12% from 255 or 51.03% from 390); Blue value is 5 (2.34% from 255 or 1.28% from 390); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC705 is #4538FA. Grayscale: #ADADAD. Windows color (decimal): -4536571 or 378810. OLE color: 378810.

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

Color convert

RGB 186 199 5 -
CMYK 0.07 0 0.97 0.22
HSL 64.02º 0.95% 0.4% -
HSV(B) 64.02º 0.97% 0.78% -
XYZ 40.7 51.3 7.9 -
YUV 173 33.19 137.27 -
System Red Green Blue C M Y K H S L
Decimal 186 199 5 0.07 0 0.97 0.22 64.02 0.95 0.4
Hex BA C7 5 7 0 61 16 40 5F 28
Octal 272 307 5 7 0 141 26 100 137 50
Binary 10111010 11000111 101 111 0 1100001 10110 1000000 1011111 101000

Color Harmonies of #BAC705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC705

Black with #BAC705

Text Example


Text Example

White with #BAC705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC705; }

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

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

background-color css

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

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

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

border-color css

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

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

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