#BABD18

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

Shades of La Rioja #BABD18

Tints of La Rioja #BABD18

Color information

#BABD18 (or 0xBABD18) is unknown color: approx La Rioja. HEX triplet: BA, BD and 18. RGB value is (186,189,24). Sum of RGB (Red+Green+Blue) = 186+189+24=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 24 (9.77% from 255 or 6.02% from 399); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABD18 is #4542E7. Grayscale: #A9A9A9. Windows color (decimal): -4539112 or 1621434. OLE color: 1621434.

HSL color Cylindrical-coordinate representation of color #BABD18: hue angle of 61.09º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BABD18 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB18618924-
CMYK0.0200.870.26
HSL61.09º77.46%41.76%-
HSV(B)61.09º87.3%74.12%-
XYZ38.6146.97.88-
YUV169.2946.01139.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.62%
GREEN value IS 189 (74.22% from 255) = 47.37%
BLUE value IS 24 (9.77% from 255) = 6.02%
R=46.62%
G=47.37%
B=6.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal186189240.0200.870.2661.0977.4641.76
HexBABD1820571A3d4d2a
Octal2722753020127327511552
Binary1011101010111101110001001010111110101111011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD18; }

 p { color: rgb(186,189,24); }

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

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

 a { background-color: rgb(186,189,24); }

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

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

 span { border-color: rgb(186,189,24); }

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