Html Css Color HEX #BAC609 La Rioja

📋 copy color: '#BAC609'

red 186 ◦ green 198 ◦ blue 9

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

Shades of La Rioja #BAC609

Tints of La Rioja #BAC609

RGB

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

 GREEN value IS 198 (77.73% from 255) = 50.38%

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

R = 47.33%
G = 50.38%
B = 2.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#BAC609 (or 0xBAC609) is known color: La Rioja. HEX triplet: BA, C6 and 09. RGB value is (186,198,9). Sum of RGB (Red+Green+Blue) = 186+198+9=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 198 (77.73% from 255 or 50.38% from 393); Blue value is 9 (3.91% from 255 or 2.29% from 393); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC609 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC609 is #4539F6. Grayscale: #ADADAD. Windows color (decimal): -4536823 or 640698. OLE color: 640698.

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

Color convert

RGB 186 198 9 -
CMYK 0.06 0 0.95 0.22
HSL 63.81º 0.91% 0.41% -
HSV(B) 63.81º 0.95% 0.78% -
XYZ 40.49 50.85 7.94 -
YUV 172.87 35.52 137.37 -
System Red Green Blue C M Y K H S L
Decimal 186 198 9 0.06 0 0.95 0.22 63.81 0.91 0.41
Hex BA C6 9 6 0 5F 16 40 5B 29
Octal 272 306 11 6 0 137 26 100 133 51
Binary 10111010 11000110 1001 110 0 1011111 10110 1000000 1011011 101001

Color Harmonies of #BAC609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC609

Black with #BAC609

Text Example


Text Example

White with #BAC609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC609; }

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

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

background-color css

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

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

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

border-color css

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

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

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