#BABF16

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

Shades of La Rioja #BABF16

Tints of La Rioja #BABF16

Color information

#BABF16 (or 0xBABF16) is unknown color: approx La Rioja. HEX triplet: BA, BF and 16. RGB value is (186,191,22). Sum of RGB (Red+Green+Blue) = 186+191+22=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 191 (75% from 255 or 47.87% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABF16 is #4540E9. Grayscale: #AAAAAA. Windows color (decimal): -4538602 or 1490874. OLE color: 1490874.

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

Color convert

RGB18619122-
CMYK0.0300.880.25
HSL61.78º79.34%41.76%-
HSV(B)61.78º88.48%74.9%-
XYZ39.0347.767.92-
YUV170.2444.34139.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.62%
GREEN value IS 191 (75% from 255) = 47.87%
BLUE value IS 22 (8.98% from 255) = 5.51%
R=46.62%
G=47.87%
B=5.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186191220.0300.880.2561.7879.3441.76
HexBABF163058193e4f2a
Octal2722772630130317611752
Binary1011101010111111101101101011000110011111101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABF16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABF16; }

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

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

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

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

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

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

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

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