#B8BA18

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

Shades of La Rioja #B8BA18

Tints of La Rioja #B8BA18

Color information

#B8BA18 (or 0xB8BA18) is unknown color: approx La Rioja. HEX triplet: B8, BA and 18. RGB value is (184,186,24). Sum of RGB (Red+Green+Blue) = 184+186+24=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 24 (9.77% from 255 or 6.09% from 394); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8BA18 is #4745E7. Grayscale: #A7A7A7. Windows color (decimal): -4670952 or 1620664. OLE color: 1620664.

HSL color Cylindrical-coordinate representation of color #B8BA18: hue angle of 60.74º 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 #B8BA18 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB18418624-
CMYK0.0100.870.27
HSL60.74º77.14%41.18%-
HSV(B)60.74º87.1%72.94%-
XYZ37.4945.377.65-
YUV166.9347.34140.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.70%
GREEN value IS 186 (73.05% from 255) = 47.21%
BLUE value IS 24 (9.77% from 255) = 6.09%
R=46.70%
G=47.21%
B=6.09%

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
Decimal184186240.0100.870.2760.7477.1441.18
HexB8BA1810571B3d4d29
Octal2702723010127337511551
Binary101110001011101011000101010111110111111011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BA18; }

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

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

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

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

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

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

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

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