Html Css Color HEX #C2BE31 Old Gold

📋 copy color: '#C2BE31'

red 194 ◦ green 190 ◦ blue 49

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

Shades of Old Gold #C2BE31

Tints of Old Gold #C2BE31

RGB

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

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

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

R = 44.8%
G = 43.88%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C2BE31 (or 0xC2BE31) is known color: Old Gold. HEX triplet: C2, BE and 31. RGB value is (194,190,49). Sum of RGB (Red+Green+Blue) = 194+190+49=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 49 (19.53% from 255 or 11.32% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BE31 is #3D41CE. Grayscale: #AFAFAF. Windows color (decimal): -4014543 or 3260098. OLE color: 3260098.

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

Color convert

RGB 194 190 49 -
CMYK 0 0.02 0.75 0.24
HSL 58.34º 0.6% 0.48% -
HSV(B) 58.34º 0.75% 0.76% -
XYZ 41.22 48.52 10.1 -
YUV 175.12 56.83 141.46 -
System Red Green Blue C M Y K H S L
Decimal 194 190 49 0 0.02 0.75 0.24 58.34 0.6 0.48
Hex C2 BE 31 0 2 4B 18 3A 3C 30
Octal 302 276 61 0 2 113 30 72 74 60
Binary 11000010 10111110 110001 0 10 1001011 11000 111010 111100 110000

Color Harmonies of #C2BE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE31

Black with #C2BE31

Text Example


Text Example

White with #C2BE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE31; }

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

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

background-color css

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

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

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

border-color css

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

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

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