#BABF14

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

Shades of La Rioja #BABF14

Tints of La Rioja #BABF14

Color information

#BABF14 (or 0xBABF14) is unknown color: approx La Rioja. HEX triplet: BA, BF and 14. RGB value is (186,191,20). Sum of RGB (Red+Green+Blue) = 186+191+20=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABF14 is #4540EB. Grayscale: #AAAAAA. Windows color (decimal): -4538604 or 1359802. OLE color: 1359802.

HSL color Cylindrical-coordinate representation of color #BABF14: hue angle of 61.75º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BABF14 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB18619120-
CMYK0.0300.900.25
HSL61.75º81.04%41.37%-
HSV(B)61.75º89.53%74.9%-
XYZ39.0147.757.82-
YUV170.0143.34139.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 191 (75% from 255) = 48.11%
BLUE value IS 20 (8.20% from 255) = 5.04%
R=46.85%
G=48.11%
B=5.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186191200.0300.900.2561.7581.0441.37
HexBABF14305A193e5129
Octal2722772430132317612151
Binary1011101010111111101001101011010110011111101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABF14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABF14; }

 p { color: rgb(186,191,20); }

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

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

 a { background-color: rgb(186,191,20); }

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

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

 span { border-color: rgb(186,191,20); }

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