Html Css Color HEX #C4BA31 Old Gold

📋 copy color: '#C4BA31'

red 196 ◦ green 186 ◦ blue 49

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

Shades of Old Gold #C4BA31

Tints of Old Gold #C4BA31

RGB

 RED value IS 196 (76.95% from 255) = 45.48%

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

 BLUE value IS 49 (19.53% from 255) = 11.37%

R = 45.48%
G = 43.16%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C4BA31 (or 0xC4BA31) is known color: Old Gold. HEX triplet: C4, BA and 31. RGB value is (196,186,49). Sum of RGB (Red+Green+Blue) = 196+186+49=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 49 (19.53% from 255 or 11.37% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BA31 is #3B45CE. Grayscale: #ADADAD. Windows color (decimal): -3884495 or 3259076. OLE color: 3259076.

HSL color Cylindrical-coordinate representation of color #C4BA31: hue angle of 55.92º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C4BA31 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 186 49 -
CMYK 0 0.05 0.75 0.23
HSL 55.92º 0.6% 0.48% -
HSV(B) 55.92º 0.75% 0.77% -
XYZ 40.88 47.08 9.84 -
YUV 173.37 57.81 144.14 -
System Red Green Blue C M Y K H S L
Decimal 196 186 49 0 0.05 0.75 0.23 55.92 0.6 0.48
Hex C4 BA 31 0 5 4B 17 38 3C 30
Octal 304 272 61 0 5 113 27 70 74 60
Binary 11000100 10111010 110001 0 101 1001011 10111 111000 111100 110000

Color Harmonies of #C4BA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA31

Black with #C4BA31

Text Example


Text Example

White with #C4BA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA31; }

 p { color: rgb(196,186,49); }

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

background-color css

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

 a { background-color: rgb(196,186,49); }

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

border-color css

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

 span { border-color: rgb(196,186,49); }

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