Html Css Color HEX #C5BD32 Old Gold

📋 copy color: '#C5BD32'

red 197 ◦ green 189 ◦ blue 50

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

Shades of Old Gold #C5BD32

Tints of Old Gold #C5BD32

RGB

 RED value IS 197 (77.34% from 255) = 45.18%

 GREEN value IS 189 (74.22% from 255) = 43.35%

 BLUE value IS 50 (19.92% from 255) = 11.47%

R = 45.18%
G = 43.35%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C5BD32 (or 0xC5BD32) is known color: Old Gold. HEX triplet: C5, BD and 32. RGB value is (197,189,50). Sum of RGB (Red+Green+Blue) = 197+189+50=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BD32 is #3A42CD. Grayscale: #B0B0B0. Windows color (decimal): -3818190 or 3325381. OLE color: 3325381.

HSL color Cylindrical-coordinate representation of color #C5BD32: hue angle of 56.73º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5BD32 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 189 50 -
CMYK 0 0.04 0.75 0.23
HSL 56.73º 0.6% 0.48% -
HSV(B) 56.73º 0.75% 0.77% -
XYZ 41.8 48.5 10.18 -
YUV 175.55 57.15 143.3 -
System Red Green Blue C M Y K H S L
Decimal 197 189 50 0 0.04 0.75 0.23 56.73 0.6 0.48
Hex C5 BD 32 0 4 4B 17 39 3C 30
Octal 305 275 62 0 4 113 27 71 74 60
Binary 11000101 10111101 110010 0 100 1001011 10111 111001 111100 110000

Color Harmonies of #C5BD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BD32

Black with #C5BD32

Text Example


Text Example

White with #C5BD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BD32; }

 p { color: rgb(197,189,50); }

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

background-color css

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

 a { background-color: rgb(197,189,50); }

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

border-color css

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

 span { border-color: rgb(197,189,50); }

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