Html Css Color HEX #C2BA36 Old Gold

📋 copy color: '#C2BA36'

red 194 ◦ green 186 ◦ blue 54

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

Shades of Old Gold #C2BA36

Tints of Old Gold #C2BA36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.44%

R = 44.7%
G = 42.86%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C2BA36 (or 0xC2BA36) is known color: Old Gold. HEX triplet: C2, BA and 36. RGB value is (194,186,54). Sum of RGB (Red+Green+Blue) = 194+186+54=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 54 (21.48% from 255 or 12.44% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BA36 is #3D45C9. Grayscale: #ADADAD. Windows color (decimal): -4015562 or 3586754. OLE color: 3586754.

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

Color convert

RGB 194 186 54 -
CMYK 0 0.04 0.72 0.24
HSL 56.57º 0.56% 0.49% -
HSV(B) 56.57º 0.72% 0.76% -
XYZ 40.47 46.85 10.4 -
YUV 173.34 60.65 142.73 -
System Red Green Blue C M Y K H S L
Decimal 194 186 54 0 0.04 0.72 0.24 56.57 0.56 0.49
Hex C2 BA 36 0 4 48 18 39 38 31
Octal 302 272 66 0 4 110 30 71 70 61
Binary 11000010 10111010 110110 0 100 1001000 11000 111001 111000 110001

Color Harmonies of #C2BA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA36

Black with #C2BA36

Text Example


Text Example

White with #C2BA36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA36; }

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

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

background-color css

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

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

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

border-color css

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

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

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