Html Css Color HEX #BDB93A Old Gold

📋 copy color: '#BDB93A'

red 189 ◦ green 185 ◦ blue 58

#BDB93A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Gold #BDB93A

Tints of Old Gold #BDB93A

RGB

 RED value IS 189 (74.22% from 255) = 43.75%

 GREEN value IS 185 (72.66% from 255) = 42.82%

 BLUE value IS 58 (23.05% from 255) = 13.43%

R = 43.75%
G = 42.82%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BDB93A (or 0xBDB93A) is known color: Old Gold. HEX triplet: BD, B9 and 3A. RGB value is (189,185,58). Sum of RGB (Red+Green+Blue) = 189+185+58=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 58 (23.05% from 255 or 13.43% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB93A is #4246C5. Grayscale: #ACACAC. Windows color (decimal): -4343494 or 3848637. OLE color: 3848637.

HSL color Cylindrical-coordinate representation of color #BDB93A: hue angle of 58.17º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDB93A is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 185 58 -
CMYK 0 0.02 0.69 0.26
HSL 58.17º 0.53% 0.48% -
HSV(B) 58.17º 0.69% 0.74% -
XYZ 39.1 45.82 10.79 -
YUV 171.72 63.83 140.33 -
System Red Green Blue C M Y K H S L
Decimal 189 185 58 0 0.02 0.69 0.26 58.17 0.53 0.48
Hex BD B9 3A 0 2 45 1A 3A 35 30
Octal 275 271 72 0 2 105 32 72 65 60
Binary 10111101 10111001 111010 0 10 1000101 11010 111010 110101 110000

Color Harmonies of #BDB93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB93A

Black with #BDB93A

Text Example


Text Example

White with #BDB93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB93A; }

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

 H1.HeaderClassName
 {
   color: #BDB93A;
 }
 .AnyTagClassName
 {
   color: #BDB93A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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