Html Css Color HEX #C5BE34 Old Gold

📋 copy color: '#C5BE34'

red 197 ◦ green 190 ◦ blue 52

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

Shades of Old Gold #C5BE34

Tints of Old Gold #C5BE34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.85%

R = 44.87%
G = 43.28%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C5BE34 (or 0xC5BE34) is known color: Old Gold. HEX triplet: C5, BE and 34. RGB value is (197,190,52). Sum of RGB (Red+Green+Blue) = 197+190+52=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 52 (20.70% from 255 or 11.85% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BE34 is #3A41CB. Grayscale: #B0B0B0. Windows color (decimal): -3817932 or 3456709. OLE color: 3456709.

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

Color convert

RGB 197 190 52 -
CMYK 0 0.04 0.74 0.23
HSL 57.1º 0.58% 0.49% -
HSV(B) 57.1º 0.74% 0.77% -
XYZ 42.06 48.95 10.48 -
YUV 176.36 57.82 142.72 -
System Red Green Blue C M Y K H S L
Decimal 197 190 52 0 0.04 0.74 0.23 57.1 0.58 0.49
Hex C5 BE 34 0 4 4A 17 39 3A 31
Octal 305 276 64 0 4 112 27 71 72 61
Binary 11000101 10111110 110100 0 100 1001010 10111 111001 111010 110001

Color Harmonies of #C5BE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BE34

Black with #C5BE34

Text Example


Text Example

White with #C5BE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BE34; }

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

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

background-color css

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

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

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

border-color css

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

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

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