Html Css Color HEX #C4BC44 Old Gold

📋 copy color: '#C4BC44'

red 196 ◦ green 188 ◦ blue 68

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

Shades of Old Gold #C4BC44

Tints of Old Gold #C4BC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.04%

R = 43.36%
G = 41.59%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C4BC44 (or 0xC4BC44) is known color: Old Gold. HEX triplet: C4, BC and 44. RGB value is (196,188,68). Sum of RGB (Red+Green+Blue) = 196+188+68=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 68 (26.95% from 255 or 15.04% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BC44 is #3B43BB. Grayscale: #B1B1B1. Windows color (decimal): -3883964 or 4504772. OLE color: 4504772.

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

Color convert

RGB 196 188 68 -
CMYK 0 0.04 0.65 0.23
HSL 56.25º 0.52% 0.52% -
HSV(B) 56.25º 0.65% 0.77% -
XYZ 41.79 48.12 12.55 -
YUV 176.71 66.65 141.76 -
System Red Green Blue C M Y K H S L
Decimal 196 188 68 0 0.04 0.65 0.23 56.25 0.52 0.52
Hex C4 BC 44 0 4 41 17 38 34 34
Octal 304 274 104 0 4 101 27 70 64 64
Binary 11000100 10111100 1000100 0 100 1000001 10111 111000 110100 110100

Color Harmonies of #C4BC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BC44

Black with #C4BC44

Text Example


Text Example

White with #C4BC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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