Html Css Color HEX #C5BA34 Old Gold

📋 copy color: '#C5BA34'

red 197 ◦ green 186 ◦ blue 52

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

Shades of Old Gold #C5BA34

Tints of Old Gold #C5BA34

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.76%

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

R = 45.29%
G = 42.76%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C5BA34 (or 0xC5BA34) is known color: Old Gold. HEX triplet: C5, BA and 34. RGB value is (197,186,52). Sum of RGB (Red+Green+Blue) = 197+186+52=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 52 (20.70% from 255 or 11.95% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BA34 is #3A45CB. Grayscale: #AEAEAE. Windows color (decimal): -3818956 or 3455685. OLE color: 3455685.

HSL color Cylindrical-coordinate representation of color #C5BA34: hue angle of 55.45º 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 #C5BA34 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 186 52 -
CMYK 0 0.06 0.74 0.23
HSL 55.45º 0.58% 0.49% -
HSV(B) 55.45º 0.74% 0.77% -
XYZ 41.2 47.24 10.19 -
YUV 174.01 59.14 144.4 -
System Red Green Blue C M Y K H S L
Decimal 197 186 52 0 0.06 0.74 0.23 55.45 0.58 0.49
Hex C5 BA 34 0 6 4A 17 37 3A 31
Octal 305 272 64 0 6 112 27 67 72 61
Binary 11000101 10111010 110100 0 110 1001010 10111 110111 111010 110001

Color Harmonies of #C5BA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BA34

Black with #C5BA34

Text Example


Text Example

White with #C5BA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BA34; }

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

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

background-color css

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

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

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

border-color css

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

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

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