Html Css Color HEX #C5BD39 Old Gold

📋 copy color: '#C5BD39'

red 197 ◦ green 189 ◦ blue 57

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

Shades of Old Gold #C5BD39

Tints of Old Gold #C5BD39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.87%

R = 44.47%
G = 42.66%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5BD39 (or 0xC5BD39) is known color: Old Gold. HEX triplet: C5, BD and 39. RGB value is (197,189,57). Sum of RGB (Red+Green+Blue) = 197+189+57=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 57 (22.66% from 255 or 12.87% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BD39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BD39 is #3A42C6. Grayscale: #B0B0B0. Windows color (decimal): -3818183 or 3784133. OLE color: 3784133.

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

Color convert

RGB 197 189 57 -
CMYK 0 0.04 0.71 0.23
HSL 56.57º 0.55% 0.5% -
HSV(B) 56.57º 0.71% 0.77% -
XYZ 41.96 48.56 11.03 -
YUV 176.34 60.65 142.73 -
System Red Green Blue C M Y K H S L
Decimal 197 189 57 0 0.04 0.71 0.23 56.57 0.55 0.5
Hex C5 BD 39 0 4 47 17 39 37 32
Octal 305 275 71 0 4 107 27 71 67 62
Binary 11000101 10111101 111001 0 100 1000111 10111 111001 110111 110010

Color Harmonies of #C5BD39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BD39

Black with #C5BD39

Text Example


Text Example

White with #C5BD39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BD39; }

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

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

background-color css

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

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

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

border-color css

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

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

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