Html Css Color HEX #BAC512 La Rioja

📋 copy color: '#BAC512'

red 186 ◦ green 197 ◦ blue 18

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

Shades of La Rioja #BAC512

Tints of La Rioja #BAC512

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.13%

 BLUE value IS 18 (7.42% from 255) = 4.49%

R = 46.38%
G = 49.13%
B = 4.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#BAC512 (or 0xBAC512) is known color: La Rioja. HEX triplet: BA, C5 and 12. RGB value is (186,197,18). Sum of RGB (Red+Green+Blue) = 186+197+18=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 197 (77.34% from 255 or 49.13% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC512 is #453AED. Grayscale: #AEAEAE. Windows color (decimal): -4537070 or 1230266. OLE color: 1230266.

HSL color Cylindrical-coordinate representation of color #BAC512: hue angle of 63.69º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BAC512 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 197 18 -
CMYK 0.06 0 0.91 0.23
HSL 63.69º 0.83% 0.42% -
HSV(B) 63.69º 0.91% 0.77% -
XYZ 40.33 50.42 8.18 -
YUV 173.31 40.36 137.05 -
System Red Green Blue C M Y K H S L
Decimal 186 197 18 0.06 0 0.91 0.23 63.69 0.83 0.42
Hex BA C5 12 6 0 5B 17 40 53 2A
Octal 272 305 22 6 0 133 27 100 123 52
Binary 10111010 11000101 10010 110 0 1011011 10111 1000000 1010011 101010

Color Harmonies of #BAC512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC512

Black with #BAC512

Text Example


Text Example

White with #BAC512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC512; }

 p { color: rgb(186,197,18); }

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

background-color css

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

 a { background-color: rgb(186,197,18); }

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

border-color css

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

 span { border-color: rgb(186,197,18); }

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