Html Css Color HEX #C5BD34 Old Gold

📋 copy color: '#C5BD34'

red 197 ◦ green 189 ◦ blue 52

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

Shades of Old Gold #C5BD34

Tints of Old Gold #C5BD34

RGB

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

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

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

R = 44.98%
G = 43.15%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C5BD34 (or 0xC5BD34) is known color: Old Gold. HEX triplet: C5, BD and 34. RGB value is (197,189,52). Sum of RGB (Red+Green+Blue) = 197+189+52=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 52 (20.70% from 255 or 11.87% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BD34 is #3A42CB. Grayscale: #B0B0B0. Windows color (decimal): -3818188 or 3456453. OLE color: 3456453.

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

Color convert

RGB 197 189 52 -
CMYK 0 0.04 0.74 0.23
HSL 56.69º 0.58% 0.49% -
HSV(B) 56.69º 0.74% 0.77% -
XYZ 41.84 48.51 10.41 -
YUV 175.77 58.15 143.14 -
System Red Green Blue C M Y K H S L
Decimal 197 189 52 0 0.04 0.74 0.23 56.69 0.58 0.49
Hex C5 BD 34 0 4 4A 17 39 3A 31
Octal 305 275 64 0 4 112 27 71 72 61
Binary 11000101 10111101 110100 0 100 1001010 10111 111001 111010 110001

Color Harmonies of #C5BD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BD34

Black with #C5BD34

Text Example


Text Example

White with #C5BD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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