Html Css Color HEX #C5BE44 Old Gold

📋 copy color: '#C5BE44'

red 197 ◦ green 190 ◦ blue 68

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

Shades of Old Gold #C5BE44

Tints of Old Gold #C5BE44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.95%

R = 43.3%
G = 41.76%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C5BE44 (or 0xC5BE44) is known color: Old Gold. HEX triplet: C5, BE and 44. RGB value is (197,190,68). Sum of RGB (Red+Green+Blue) = 197+190+68=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 68 (26.95% from 255 or 14.95% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BE44 is #3A41BB. Grayscale: #B2B2B2. Windows color (decimal): -3817916 or 4505285. OLE color: 4505285.

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

Color convert

RGB 197 190 68 -
CMYK 0 0.04 0.65 0.23
HSL 56.74º 0.53% 0.52% -
HSV(B) 56.74º 0.65% 0.77% -
XYZ 42.48 49.11 12.71 -
YUV 178.19 65.82 141.42 -
System Red Green Blue C M Y K H S L
Decimal 197 190 68 0 0.04 0.65 0.23 56.74 0.53 0.52
Hex C5 BE 44 0 4 41 17 39 35 34
Octal 305 276 104 0 4 101 27 71 65 64
Binary 11000101 10111110 1000100 0 100 1000001 10111 111001 110101 110100

Color Harmonies of #C5BE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BE44

Black with #C5BE44

Text Example


Text Example

White with #C5BE44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BE44; }

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

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

background-color css

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

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

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

border-color css

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

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

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