#BABB0E

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

Shades of La Rioja #BABB0E

Tints of La Rioja #BABB0E

Color information

#BABB0E (or 0xBABB0E) is unknown color: approx La Rioja. HEX triplet: BA, BB and 0E. RGB value is (186,187,14). Sum of RGB (Red+Green+Blue) = 186+187+14=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 187 (73.44% from 255 or 48.32% from 387); Blue value is 14 (5.86% from 255 or 3.62% from 387); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABB0E is #4544F1. Grayscale: #A7A7A7. Windows color (decimal): -4539634 or 965562. OLE color: 965562.

HSL color Cylindrical-coordinate representation of color #BABB0E: hue angle of 60.35º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BABB0E is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB18618714-
CMYK0.0100.930.27
HSL60.35º86.07%39.41%-
HSV(B)60.35º92.51%73.33%-
XYZ38.146.017.29-
YUV166.9841.67141.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.06%
GREEN value IS 187 (73.44% from 255) = 48.32%
BLUE value IS 14 (5.86% from 255) = 3.62%
R=48.06%
G=48.32%
B=3.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186187140.0100.930.2760.3586.0739.41
HexBABBE105D1B3c5627
Octal2722731610135337412647
Binary10111010101110111110101011101110111111001010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABB0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABB0E; }

 p { color: rgb(186,187,14); }

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

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

 a { background-color: rgb(186,187,14); }

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

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

 span { border-color: rgb(186,187,14); }

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