Html Css Color HEX #BAC509 La Rioja

📋 copy color: '#BAC509'

red 186 ◦ green 197 ◦ blue 9

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

Shades of La Rioja #BAC509

Tints of La Rioja #BAC509

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.26%

 BLUE value IS 9 (3.91% from 255) = 2.3%

R = 47.45%
G = 50.26%
B = 2.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#BAC509 (or 0xBAC509) is known color: La Rioja. HEX triplet: BA, C5 and 09. RGB value is (186,197,9). Sum of RGB (Red+Green+Blue) = 186+197+9=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 197 (77.34% from 255 or 50.26% from 392); Blue value is 9 (3.91% from 255 or 2.30% from 392); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC509 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC509 is #453AF6. Grayscale: #ADADAD. Windows color (decimal): -4537079 or 640442. OLE color: 640442.

HSL color Cylindrical-coordinate representation of color #BAC509: hue angle of 63.51º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BAC509 is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 197 9 -
CMYK 0.06 0 0.95 0.23
HSL 63.51º 0.91% 0.4% -
HSV(B) 63.51º 0.95% 0.77% -
XYZ 40.27 50.39 7.86 -
YUV 172.28 35.86 137.79 -
System Red Green Blue C M Y K H S L
Decimal 186 197 9 0.06 0 0.95 0.23 63.51 0.91 0.4
Hex BA C5 9 6 0 5F 17 40 5B 28
Octal 272 305 11 6 0 137 27 100 133 50
Binary 10111010 11000101 1001 110 0 1011111 10111 1000000 1011011 101000

Color Harmonies of #BAC509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC509

Black with #BAC509

Text Example


Text Example

White with #BAC509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC509; }

 p { color: rgb(186,197,9); }

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

background-color css

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

 a { background-color: rgb(186,197,9); }

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

border-color css

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

 span { border-color: rgb(186,197,9); }

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