Html Css Color HEX #C5BA43 Old Gold

📋 copy color: '#C5BA43'

red 197 ◦ green 186 ◦ blue 67

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

Shades of Old Gold #C5BA43

Tints of Old Gold #C5BA43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.89%

R = 43.78%
G = 41.33%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C5BA43 (or 0xC5BA43) is known color: Old Gold. HEX triplet: C5, BA and 43. RGB value is (197,186,67). Sum of RGB (Red+Green+Blue) = 197+186+67=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 67 (26.56% from 255 or 14.89% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BA43 is #3A45BC. Grayscale: #B0B0B0. Windows color (decimal): -3818941 or 4438725. OLE color: 4438725.

HSL color Cylindrical-coordinate representation of color #C5BA43: hue angle of 54.92º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5BA43 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 186 67 -
CMYK 0 0.06 0.66 0.23
HSL 54.92º 0.53% 0.52% -
HSV(B) 54.92º 0.66% 0.77% -
XYZ 41.6 47.39 12.27 -
YUV 175.72 66.64 143.18 -
System Red Green Blue C M Y K H S L
Decimal 197 186 67 0 0.06 0.66 0.23 54.92 0.53 0.52
Hex C5 BA 43 0 6 42 17 37 35 34
Octal 305 272 103 0 6 102 27 67 65 64
Binary 11000101 10111010 1000011 0 110 1000010 10111 110111 110101 110100

Color Harmonies of #C5BA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BA43

Black with #C5BA43

Text Example


Text Example

White with #C5BA43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BA43; }

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

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

background-color css

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

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

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

border-color css

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

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

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