Html Css Color HEX #C5BE43 Old Gold

📋 copy color: '#C5BE43'

red 197 ◦ green 190 ◦ blue 67

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

Shades of Old Gold #C5BE43

Tints of Old Gold #C5BE43

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.85%

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

R = 43.39%
G = 41.85%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C5BE43 (or 0xC5BE43) is known color: Old Gold. HEX triplet: C5, BE and 43. RGB value is (197,190,67). Sum of RGB (Red+Green+Blue) = 197+190+67=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 67 (26.56% from 255 or 14.76% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BE43 is #3A41BC. Grayscale: #B2B2B2. Windows color (decimal): -3817917 or 4439749. OLE color: 4439749.

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

Color convert

RGB 197 190 67 -
CMYK 0 0.04 0.66 0.23
HSL 56.77º 0.53% 0.52% -
HSV(B) 56.77º 0.66% 0.77% -
XYZ 42.45 49.1 12.55 -
YUV 178.07 65.32 141.5 -
System Red Green Blue C M Y K H S L
Decimal 197 190 67 0 0.04 0.66 0.23 56.77 0.53 0.52
Hex C5 BE 43 0 4 42 17 39 35 34
Octal 305 276 103 0 4 102 27 71 65 64
Binary 11000101 10111110 1000011 0 100 1000010 10111 111001 110101 110100

Color Harmonies of #C5BE43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BE43

Black with #C5BE43

Text Example


Text Example

White with #C5BE43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BE43; }

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

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

background-color css

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

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

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

border-color css

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

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

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