Html Css Color HEX #C2BA35 Old Gold

📋 copy color: '#C2BA35'

red 194 ◦ green 186 ◦ blue 53

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

Shades of Old Gold #C2BA35

Tints of Old Gold #C2BA35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.24%

R = 44.8%
G = 42.96%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C2BA35 (or 0xC2BA35) is known color: Old Gold. HEX triplet: C2, BA and 35. RGB value is (194,186,53). Sum of RGB (Red+Green+Blue) = 194+186+53=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 53 (21.09% from 255 or 12.24% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BA35 is #3D45CA. Grayscale: #ADADAD. Windows color (decimal): -4015563 or 3521218. OLE color: 3521218.

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

Color convert

RGB 194 186 53 -
CMYK 0 0.04 0.73 0.24
HSL 56.6º 0.57% 0.48% -
HSV(B) 56.6º 0.73% 0.76% -
XYZ 40.45 46.84 10.28 -
YUV 173.23 60.15 142.81 -
System Red Green Blue C M Y K H S L
Decimal 194 186 53 0 0.04 0.73 0.24 56.6 0.57 0.48
Hex C2 BA 35 0 4 49 18 39 39 30
Octal 302 272 65 0 4 111 30 71 71 60
Binary 11000010 10111010 110101 0 100 1001001 11000 111001 111001 110000

Color Harmonies of #C2BA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA35

Black with #C2BA35

Text Example


Text Example

White with #C2BA35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA35; }

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

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

background-color css

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

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

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

border-color css

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

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

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