Html Css Color HEX #BACD09 La Rioja

📋 copy color: '#BACD09'

red 186 ◦ green 205 ◦ blue 9

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

Shades of La Rioja #BACD09

Tints of La Rioja #BACD09

RGB

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

 GREEN value IS 205 (80.47% from 255) = 51.25%

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

R = 46.5%
G = 51.25%
B = 2.25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#BACD09 (or 0xBACD09) is known color: La Rioja. HEX triplet: BA, CD and 09. RGB value is (186,205,9). Sum of RGB (Red+Green+Blue) = 186+205+9=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 205 (80.47% from 255 or 51.25% from 400); Blue value is 9 (3.91% from 255 or 2.25% from 400); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACD09 is #4532F6. Grayscale: #B1B1B1. Windows color (decimal): -4535031 or 642490. OLE color: 642490.

HSL color Cylindrical-coordinate representation of color #BACD09: hue angle of 65.82º 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 #BACD09 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 205 9 -
CMYK 0.09 0 0.96 0.20
HSL 65.82º 0.92% 0.42% -
HSV(B) 65.82º 0.96% 0.8% -
XYZ 42.13 54.12 8.48 -
YUV 176.98 33.21 134.44 -
System Red Green Blue C M Y K H S L
Decimal 186 205 9 0.09 0 0.96 0.20 65.82 0.92 0.42
Hex BA CD 9 9 0 60 14 42 5C 2A
Octal 272 315 11 11 0 140 24 102 134 52
Binary 10111010 11001101 1001 1001 0 1100000 10100 1000010 1011100 101010

Color Harmonies of #BACD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACD09

Black with #BACD09

Text Example


Text Example

White with #BACD09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACD09; }

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

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

background-color css

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

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

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

border-color css

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

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

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