#BABF0A

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

Shades of La Rioja #BABF0A

Tints of La Rioja #BABF0A

Color information

#BABF0A (or 0xBABF0A) is unknown color: approx La Rioja. HEX triplet: BA, BF and 0A. RGB value is (186,191,10). Sum of RGB (Red+Green+Blue) = 186+191+10=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 10 (4.30% from 255 or 2.58% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABF0A is #4540F5. Grayscale: #A9A9A9. Windows color (decimal): -4538614 or 704442. OLE color: 704442.

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

Color convert

RGB18619110-
CMYK0.0300.950.25
HSL61.66º90.05%39.41%-
HSV(B)61.66º94.76%74.9%-
XYZ38.9447.727.45-
YUV168.8738.34140.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.06%
GREEN value IS 191 (75% from 255) = 49.35%
BLUE value IS 10 (4.30% from 255) = 2.58%
R=48.06%
G=49.35%
B=2.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186191100.0300.950.2561.6690.0539.41
HexBABFA305F193e5a27
Octal2722771230137317613247
Binary101110101011111110101101011111110011111101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABF0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABF0A; }

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

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

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

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

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

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

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

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