Html Css Color HEX #C2BA3E Old Gold

📋 copy color: '#C2BA3E'

red 194 ◦ green 186 ◦ blue 62

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

Shades of Old Gold #C2BA3E

Tints of Old Gold #C2BA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.03%

R = 43.89%
G = 42.08%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2BA3E (or 0xC2BA3E) is known color: Old Gold. HEX triplet: C2, BA and 3E. RGB value is (194,186,62). Sum of RGB (Red+Green+Blue) = 194+186+62=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 62 (24.61% from 255 or 14.03% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BA3E is #3D45C1. Grayscale: #AEAEAE. Windows color (decimal): -4015554 or 4111042. OLE color: 4111042.

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

Color convert

RGB 194 186 62 -
CMYK 0 0.04 0.68 0.24
HSL 56.36º 0.52% 0.5% -
HSV(B) 56.36º 0.68% 0.76% -
XYZ 40.68 46.93 11.47 -
YUV 174.26 64.65 142.08 -
System Red Green Blue C M Y K H S L
Decimal 194 186 62 0 0.04 0.68 0.24 56.36 0.52 0.5
Hex C2 BA 3E 0 4 44 18 38 34 32
Octal 302 272 76 0 4 104 30 70 64 62
Binary 11000010 10111010 111110 0 100 1000100 11000 111000 110100 110010

Color Harmonies of #C2BA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA3E

Black with #C2BA3E

Text Example


Text Example

White with #C2BA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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