#BDB918

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

Shades of La Rioja #BDB918

Tints of La Rioja #BDB918

Color information

#BDB918 (or 0xBDB918) is unknown color: approx La Rioja. HEX triplet: BD, B9 and 18. RGB value is (189,185,24). Sum of RGB (Red+Green+Blue) = 189+185+24=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 185 (72.66% from 255 or 46.48% from 398); Blue value is 24 (9.77% from 255 or 6.03% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB918 is #4246E7. Grayscale: #A8A8A8. Windows color (decimal): -4343528 or 1620413. OLE color: 1620413.

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

Color convert

RGB18918524-
CMYK00.020.870.26
HSL58.55º77.46%41.76%-
HSV(B)58.55º87.3%74.12%-
XYZ38.545.587.63-
YUV167.8446.83143.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.49%
GREEN value IS 185 (72.66% from 255) = 46.48%
BLUE value IS 24 (9.77% from 255) = 6.03%
R=47.49%
G=46.48%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891852400.020.870.2658.5577.4641.76
HexBDB91802571A3b4d2a
Octal2752713002127327311552
Binary1011110110111001110000101010111110101110111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB918; }

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

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

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

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

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

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

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

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