#bdb30d

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

Shades of La Rioja #BDB30D

Tints of La Rioja #BDB30D

Color information

#BDB30D (or 0xBDB30D) is unknown color: approx La Rioja. HEX triplet: BD, B3 and 0D. RGB value is (189,179,13). Sum of RGB (Red+Green+Blue) = 189+179+13=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB30D is #424CF2. Grayscale: #A3A3A3. Windows color (decimal): -4345075 or 897981. OLE color: 897981.

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

Color convert

RGB18917913-
CMYK00.050.930.26
HSL56.59º87.13%39.61%-
HSV(B)56.59º93.12%74.12%-
XYZ37.1843.096.74-
YUV163.0743.31146.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.61%
GREEN value IS 179 (70.31% from 255) = 46.98%
BLUE value IS 13 (5.47% from 255) = 3.41%
R=49.61%
G=46.98%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891791300.050.930.2656.5987.1339.61
HexBDB3D055D1A395728
Octal2752631505135327112750
Binary1011110110110011110101011011101110101110011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdb30d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdb30d; }

 p { color: rgb(189,179,13); }

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

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

 a { background-color: rgb(189,179,13); }

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

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

 span { border-color: rgb(189,179,13); }

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