Html Css Color HEX #BAC115 La Rioja

📋 copy color: '#BAC115'

red 186 ◦ green 193 ◦ blue 21

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

Shades of La Rioja #BAC115

Tints of La Rioja #BAC115

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.25%

 BLUE value IS 21 (8.59% from 255) = 5.25%

R = 46.5%
G = 48.25%
B = 5.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#BAC115 (or 0xBAC115) is known color: La Rioja. HEX triplet: BA, C1 and 15. RGB value is (186,193,21). Sum of RGB (Red+Green+Blue) = 186+193+21=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 21 (8.59% from 255 or 5.25% from 400); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC115 is #453EEA. Grayscale: #ABABAB. Windows color (decimal): -4538091 or 1425850. OLE color: 1425850.

HSL color Cylindrical-coordinate representation of color #BAC115: hue angle of 62.44º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BAC115 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 193 21 -
CMYK 0.04 0 0.89 0.24
HSL 62.44º 0.8% 0.42% -
HSV(B) 62.44º 0.89% 0.76% -
XYZ 39.46 48.63 8.02 -
YUV 171.3 43.18 138.49 -
System Red Green Blue C M Y K H S L
Decimal 186 193 21 0.04 0 0.89 0.24 62.44 0.8 0.42
Hex BA C1 15 4 0 59 18 3E 50 2A
Octal 272 301 25 4 0 131 30 76 120 52
Binary 10111010 11000001 10101 100 0 1011001 11000 111110 1010000 101010

Color Harmonies of #BAC115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC115

Black with #BAC115

Text Example


Text Example

White with #BAC115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC115; }

 p { color: rgb(186,193,21); }

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

background-color css

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

 a { background-color: rgb(186,193,21); }

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

border-color css

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

 span { border-color: rgb(186,193,21); }

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