Html Css Color HEX #C2BA31 Old Gold

📋 copy color: '#C2BA31'

red 194 ◦ green 186 ◦ blue 49

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

Shades of Old Gold #C2BA31

Tints of Old Gold #C2BA31

RGB

 RED value IS 194 (76.17% from 255) = 45.22%

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

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

R = 45.22%
G = 43.36%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C2BA31 (or 0xC2BA31) is known color: Old Gold. HEX triplet: C2, BA and 31. RGB value is (194,186,49). Sum of RGB (Red+Green+Blue) = 194+186+49=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 49 (19.53% from 255 or 11.42% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BA31 is #3D45CE. Grayscale: #ADADAD. Windows color (decimal): -4015567 or 3259074. OLE color: 3259074.

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

Color convert

RGB 194 186 49 -
CMYK 0 0.04 0.75 0.24
HSL 56.69º 0.6% 0.48% -
HSV(B) 56.69º 0.75% 0.76% -
XYZ 40.36 46.81 9.81 -
YUV 172.77 58.15 143.14 -
System Red Green Blue C M Y K H S L
Decimal 194 186 49 0 0.04 0.75 0.24 56.69 0.6 0.48
Hex C2 BA 31 0 4 4B 18 39 3C 30
Octal 302 272 61 0 4 113 30 71 74 60
Binary 11000010 10111010 110001 0 100 1001011 11000 111001 111100 110000

Color Harmonies of #C2BA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA31

Black with #C2BA31

Text Example


Text Example

White with #C2BA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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