Html Css Color HEX #BACC09 La Rioja

📋 copy color: '#BACC09'

red 186 ◦ green 204 ◦ blue 9

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

Shades of La Rioja #BACC09

Tints of La Rioja #BACC09

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51.13%

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

R = 46.62%
G = 51.13%
B = 2.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#BACC09 (or 0xBACC09) is known color: La Rioja. HEX triplet: BA, CC and 09. RGB value is (186,204,9). Sum of RGB (Red+Green+Blue) = 186+204+9=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 204 (80.08% from 255 or 51.13% from 399); Blue value is 9 (3.91% from 255 or 2.26% from 399); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACC09 is #4533F6. Grayscale: #B1B1B1. Windows color (decimal): -4535287 or 642234. OLE color: 642234.

HSL color Cylindrical-coordinate representation of color #BACC09: hue angle of 65.54º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BACC09 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 204 9 -
CMYK 0.09 0 0.96 0.2
HSL 65.54º 0.92% 0.42% -
HSV(B) 65.54º 0.96% 0.8% -
XYZ 41.89 53.64 8.4 -
YUV 176.39 33.54 134.86 -
System Red Green Blue C M Y K H S L
Decimal 186 204 9 0.09 0 0.96 0.2 65.54 0.92 0.42
Hex BA CC 9 9 0 60 14 42 5C 2A
Octal 272 314 11 11 0 140 24 102 134 52
Binary 10111010 11001100 1001 1001 0 1100000 10100 1000010 1011100 101010

Color Harmonies of #BACC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACC09

Black with #BACC09

Text Example


Text Example

White with #BACC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACC09; }

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

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

background-color css

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

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

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

border-color css

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

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

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