Html Css Color HEX #C4BC40 Old Gold

📋 copy color: '#C4BC40'

red 196 ◦ green 188 ◦ blue 64

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

Shades of Old Gold #C4BC40

Tints of Old Gold #C4BC40

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.96%

 BLUE value IS 64 (25.39% from 255) = 14.29%

R = 43.75%
G = 41.96%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C4BC40 (or 0xC4BC40) is known color: Old Gold. HEX triplet: C4, BC and 40. RGB value is (196,188,64). Sum of RGB (Red+Green+Blue) = 196+188+64=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BC40 is #3B43BF. Grayscale: #B0B0B0. Windows color (decimal): -3883968 or 4242628. OLE color: 4242628.

HSL color Cylindrical-coordinate representation of color #C4BC40: hue angle of 56.36º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C4BC40 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 188 64 -
CMYK 0 0.04 0.67 0.23
HSL 56.36º 0.53% 0.51% -
HSV(B) 56.36º 0.67% 0.77% -
XYZ 41.67 48.07 11.93 -
YUV 176.26 64.65 142.08 -
System Red Green Blue C M Y K H S L
Decimal 196 188 64 0 0.04 0.67 0.23 56.36 0.53 0.51
Hex C4 BC 40 0 4 43 17 38 35 33
Octal 304 274 100 0 4 103 27 70 65 63
Binary 11000100 10111100 1000000 0 100 1000011 10111 111000 110101 110011

Color Harmonies of #C4BC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BC40

Black with #C4BC40

Text Example


Text Example

White with #C4BC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BC40; }

 p { color: rgb(196,188,64); }

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

background-color css

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

 a { background-color: rgb(196,188,64); }

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

border-color css

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

 span { border-color: rgb(196,188,64); }

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