Html Css Color HEX #BACE09 La Rioja

📋 copy color: '#BACE09'

red 186 ◦ green 206 ◦ blue 9

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

Shades of La Rioja #BACE09

Tints of La Rioja #BACE09

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 value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#BACE09 (or 0xBACE09) is known color: 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

RGB 186 206 9 -
CMYK 0.10 0 0.96 0.19
HSL 66.09º 0.92% 0.42% -
HSV(B) 66.09º 0.96% 0.81% -
XYZ 42.37 54.6 8.56 -
YUV 177.56 32.87 134.02 -
System Red Green Blue C M Y K H S L
Decimal 186 206 9 0.10 0 0.96 0.19 66.09 0.92 0.42
Hex BA CE 9 A 0 60 13 42 5C 2A
Octal 272 316 11 12 0 140 23 102 134 52
Binary 10111010 11001110 1001 1010 0 1100000 10011 1000010 1011100 101010

Color Harmonies of #BACE09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE09

Black with #BACE09

Text Example


Text Example

White with #BACE09

Text Example


Text Example

HTML Codes & Css Web 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>