Html Css Color HEX #BDBE34 Old Gold

📋 copy color: '#BDBE34'

red 189 ◦ green 190 ◦ blue 52

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

Shades of Old Gold #BDBE34

Tints of Old Gold #BDBE34

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.08%

 BLUE value IS 52 (20.7% from 255) = 12.06%

R = 43.85%
G = 44.08%
B = 12.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BDBE34 (or 0xBDBE34) is known color: Old Gold. HEX triplet: BD, BE and 34. RGB value is (189,190,52). Sum of RGB (Red+Green+Blue) = 189+190+52=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 52 (20.70% from 255 or 12.06% from 431); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBE34 is #4241CB. Grayscale: #AEAEAE. Windows color (decimal): -4342220 or 3456701. OLE color: 3456701.

HSL color Cylindrical-coordinate representation of color #BDBE34: hue angle of 60.43º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDBE34 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 190 52 -
CMYK 0.01 0 0.73 0.25
HSL 60.43º 0.57% 0.47% -
HSV(B) 60.43º 0.73% 0.75% -
XYZ 40.02 47.89 10.38 -
YUV 173.97 59.17 138.72 -
System Red Green Blue C M Y K H S L
Decimal 189 190 52 0.01 0 0.73 0.25 60.43 0.57 0.47
Hex BD BE 34 1 0 49 19 3C 39 2F
Octal 275 276 64 1 0 111 31 74 71 57
Binary 10111101 10111110 110100 1 0 1001001 11001 111100 111001 101111

Color Harmonies of #BDBE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBE34

Black with #BDBE34

Text Example


Text Example

White with #BDBE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBE34; }

 p { color: rgb(189,190,52); }

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

background-color css

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

 a { background-color: rgb(189,190,52); }

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

border-color css

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

 span { border-color: rgb(189,190,52); }

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