#BABB1A

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

Shades of La Rioja #BABB1A

Tints of La Rioja #BABB1A

Color information

#BABB1A (or 0xBABB1A) is unknown color: approx La Rioja. HEX triplet: BA, BB and 1A. RGB value is (186,187,26). Sum of RGB (Red+Green+Blue) = 186+187+26=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 26 (10.55% from 255 or 6.52% from 399); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABB1A is #4544E5. Grayscale: #A8A8A8. Windows color (decimal): -4539622 or 1751994. OLE color: 1751994.

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

Color convert

RGB18618726-
CMYK0.0100.860.27
HSL60.37º75.59%41.76%-
HSV(B)60.37º86.1%73.33%-
XYZ38.2146.057.85-
YUV168.3547.67140.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.62%
GREEN value IS 187 (73.44% from 255) = 46.87%
BLUE value IS 26 (10.55% from 255) = 6.52%
R=46.62%
G=46.87%
B=6.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186187260.0100.860.2760.3775.5941.76
HexBABB1A10561B3c4c2a
Octal2722733210126337411452
Binary101110101011101111010101010110110111111001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABB1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABB1A; }

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

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

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

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

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

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

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

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