#BACE09

Color #BACE09 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #BACE09

Tints of La Rioja #BACE09

Color information

#BACE09 (or 0xBACE09) is unknown color: approx La Rioja. HEX triplet: BA, CE and 09. RGB value is (186,206,9). Sum of RGB (Red+Green+Blue) = 186+206+9=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 206 (80.86% from 255 or 51.37% from 401); Blue value is 9 (3.91% from 255 or 2.24% from 401); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACE09 is #4531F6. Grayscale: #B2B2B2. Windows color (decimal): -4534775 or 642746. OLE color: 642746.

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

Color convert

RGB1862069-
CMYK0.1000.960.19
HSL66.09º91.63%42.16%-
HSV(B)66.09º95.63%80.78%-
XYZ42.3754.68.56-
YUV177.5632.87134.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 206 (80.86% from 255) = 51.37%
BLUE value IS 9 (3.91% from 255) = 2.24%
R=46.38%
G=51.37%
B=2.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal18620690.1000.960.1966.0991.6342.16
HexBACE9A06013425c2a
Octal272316111201402310213452
Binary101110101100111010011010011000001001110000101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACE09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACE09; }

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

 H1.HeaderClassName
 {
   color: #BACE09;
 }
 .AnyTagClassName
 {
   color: #BACE09;
 }
</style>
background-color css

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

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

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

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

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

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