Html Css Color HEX #C5BF46 Old Gold

📋 copy color: '#C5BF46'

red 197 ◦ green 191 ◦ blue 70

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

Shades of Old Gold #C5BF46

Tints of Old Gold #C5BF46

RGB

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

 GREEN value IS 191 (75% from 255) = 41.7%

 BLUE value IS 70 (27.73% from 255) = 15.28%

R = 43.01%
G = 41.7%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C5BF46 (or 0xC5BF46) is known color: Old Gold. HEX triplet: C5, BF and 46. RGB value is (197,191,70). Sum of RGB (Red+Green+Blue) = 197+191+70=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 70 (27.73% from 255 or 15.28% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BF46 is #3A40B9. Grayscale: #B3B3B3. Windows color (decimal): -3817658 or 4636613. OLE color: 4636613.

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

Color convert

RGB 197 191 70 -
CMYK 0 0.03 0.64 0.23
HSL 57.17º 0.52% 0.52% -
HSV(B) 57.17º 0.64% 0.77% -
XYZ 42.76 49.57 13.11 -
YUV 179 66.49 140.84 -
System Red Green Blue C M Y K H S L
Decimal 197 191 70 0 0.03 0.64 0.23 57.17 0.52 0.52
Hex C5 BF 46 0 3 40 17 39 34 34
Octal 305 277 106 0 3 100 27 71 64 64
Binary 11000101 10111111 1000110 0 11 1000000 10111 111001 110100 110100

Color Harmonies of #C5BF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BF46

Black with #C5BF46

Text Example


Text Example

White with #C5BF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BF46; }

 p { color: rgb(197,191,70); }

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

background-color css

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

 a { background-color: rgb(197,191,70); }

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

border-color css

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

 span { border-color: rgb(197,191,70); }

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