Html Css Color HEX #C2B931 Old Gold

📋 copy color: '#C2B931'

red 194 ◦ green 185 ◦ blue 49

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

Shades of Old Gold #C2B931

Tints of Old Gold #C2B931

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.22%

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

R = 45.33%
G = 43.22%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C2B931 (or 0xC2B931) is known color: Old Gold. HEX triplet: C2, B9 and 31. RGB value is (194,185,49). Sum of RGB (Red+Green+Blue) = 194+185+49=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 49 (19.53% from 255 or 11.45% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B931 is #3D46CE. Grayscale: #ACACAC. Windows color (decimal): -4015823 or 3258818. OLE color: 3258818.

HSL color Cylindrical-coordinate representation of color #C2B931: hue angle of 56.28º 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 #C2B931 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 185 49 -
CMYK 0 0.05 0.75 0.24
HSL 56.28º 0.6% 0.48% -
HSV(B) 56.28º 0.75% 0.76% -
XYZ 40.15 46.39 9.74 -
YUV 172.19 58.48 143.56 -
System Red Green Blue C M Y K H S L
Decimal 194 185 49 0 0.05 0.75 0.24 56.28 0.6 0.48
Hex C2 B9 31 0 5 4B 18 38 3C 30
Octal 302 271 61 0 5 113 30 70 74 60
Binary 11000010 10111001 110001 0 101 1001011 11000 111000 111100 110000

Color Harmonies of #C2B931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B931

Black with #C2B931

Text Example


Text Example

White with #C2B931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B931; }

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

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

background-color css

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

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

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

border-color css

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

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

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