#B9BA18

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

Shades of La Rioja #B9BA18

Tints of La Rioja #B9BA18

Color information

#B9BA18 (or 0xB9BA18) is unknown color: approx La Rioja. HEX triplet: B9, BA and 18. RGB value is (185,186,24). Sum of RGB (Red+Green+Blue) = 185+186+24=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 24 (9.77% from 255 or 6.08% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9BA18 is #4645E7. Grayscale: #A7A7A7. Windows color (decimal): -4605416 or 1620665. OLE color: 1620665.

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

Color convert

RGB18518624-
CMYK0.0100.870.27
HSL60.37º77.14%41.18%-
HSV(B)60.37º87.1%72.94%-
XYZ37.7345.57.66-
YUV167.2347.17140.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.84%
GREEN value IS 186 (73.05% from 255) = 47.09%
BLUE value IS 24 (9.77% from 255) = 6.08%
R=46.84%
G=47.09%
B=6.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185186240.0100.870.2760.3777.1441.18
HexB9BA1810571B3c4d29
Octal2712723010127337411551
Binary101110011011101011000101010111110111111001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BA18; }

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

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

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

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

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

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

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

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