Html Css Color HEX #C5BA39 Old Gold

📋 copy color: '#C5BA39'

red 197 ◦ green 186 ◦ blue 57

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

Shades of Old Gold #C5BA39

Tints of Old Gold #C5BA39

RGB

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

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

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

R = 44.77%
G = 42.27%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5BA39 (or 0xC5BA39) is known color: Old Gold. HEX triplet: C5, BA and 39. RGB value is (197,186,57). Sum of RGB (Red+Green+Blue) = 197+186+57=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 57 (22.66% from 255 or 12.95% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BA39 is #3A45C6. Grayscale: #AFAFAF. Windows color (decimal): -3818951 or 3783365. OLE color: 3783365.

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

Color convert

RGB 197 186 57 -
CMYK 0 0.06 0.71 0.23
HSL 55.29º 0.55% 0.5% -
HSV(B) 55.29º 0.71% 0.77% -
XYZ 41.32 47.28 10.82 -
YUV 174.58 61.64 143.99 -
System Red Green Blue C M Y K H S L
Decimal 197 186 57 0 0.06 0.71 0.23 55.29 0.55 0.5
Hex C5 BA 39 0 6 47 17 37 37 32
Octal 305 272 71 0 6 107 27 67 67 62
Binary 11000101 10111010 111001 0 110 1000111 10111 110111 110111 110010

Color Harmonies of #C5BA39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BA39

Black with #C5BA39

Text Example


Text Example

White with #C5BA39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BA39; }

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

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

background-color css

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

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

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

border-color css

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

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

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