Html Css Color HEX #C4BA2C Old Gold

📋 copy color: '#C4BA2C'

red 196 ◦ green 186 ◦ blue 44

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

Shades of Old Gold #C4BA2C

Tints of Old Gold #C4BA2C

RGB

 RED value IS 196 (76.95% from 255) = 46.01%

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

 BLUE value IS 44 (17.58% from 255) = 10.33%

R = 46.01%
G = 43.66%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4BA2C (or 0xC4BA2C) is known color: Old Gold. HEX triplet: C4, BA and 2C. RGB value is (196,186,44). Sum of RGB (Red+Green+Blue) = 196+186+44=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 44 (17.58% from 255 or 10.33% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BA2C is #3B45D3. Grayscale: #ADADAD. Windows color (decimal): -3884500 or 2931396. OLE color: 2931396.

HSL color Cylindrical-coordinate representation of color #C4BA2C: hue angle of 56.05º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4BA2C is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 186 44 -
CMYK 0 0.05 0.78 0.23
HSL 56.05º 0.63% 0.47% -
HSV(B) 56.05º 0.78% 0.77% -
XYZ 40.78 47.04 9.31 -
YUV 172.8 55.31 144.55 -
System Red Green Blue C M Y K H S L
Decimal 196 186 44 0 0.05 0.78 0.23 56.05 0.63 0.47
Hex C4 BA 2C 0 5 4E 17 38 3F 2F
Octal 304 272 54 0 5 116 27 70 77 57
Binary 11000100 10111010 101100 0 101 1001110 10111 111000 111111 101111

Color Harmonies of #C4BA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA2C

Black with #C4BA2C

Text Example


Text Example

White with #C4BA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA2C; }

 p { color: rgb(196,186,44); }

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

background-color css

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

 a { background-color: rgb(196,186,44); }

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

border-color css

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

 span { border-color: rgb(196,186,44); }

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