Html Css Color HEX #BAC704 La Rioja

📋 copy color: '#BAC704'

red 186 ◦ green 199 ◦ blue 4

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

Shades of La Rioja #BAC704

Tints of La Rioja #BAC704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.03%

R = 47.81%
G = 51.16%
B = 1.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#BAC704 (or 0xBAC704) is known color: La Rioja. HEX triplet: BA, C7 and 04. RGB value is (186,199,4). Sum of RGB (Red+Green+Blue) = 186+199+4=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 199 (78.12% from 255 or 51.16% from 389); Blue value is 4 (1.95% from 255 or 1.03% from 389); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC704 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC704 is #4538FB. Grayscale: #ADADAD. Windows color (decimal): -4536572 or 313274. OLE color: 313274.

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

Color convert

RGB 186 199 4 -
CMYK 0.07 0 0.98 0.22
HSL 64º 0.96% 0.4% -
HSV(B) 64º 0.98% 0.78% -
XYZ 40.7 51.29 7.87 -
YUV 172.88 32.69 137.36 -
System Red Green Blue C M Y K H S L
Decimal 186 199 4 0.07 0 0.98 0.22 64 0.96 0.4
Hex BA C7 4 7 0 62 16 40 60 28
Octal 272 307 4 7 0 142 26 100 140 50
Binary 10111010 11000111 100 111 0 1100010 10110 1000000 1100000 101000

Color Harmonies of #BAC704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC704

Black with #BAC704

Text Example


Text Example

White with #BAC704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC704; }

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

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

background-color css

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

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

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

border-color css

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

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

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