#C4BB3A

Color #C4BB3A Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #C4BB3A

Tints of Old Gold #C4BB3A

Color information

#C4BB3A (or 0xC4BB3A) is unknown color: approx Old Gold. HEX triplet: C4, BB and 3A. RGB value is (196,187,58). Sum of RGB (Red+Green+Blue) = 196+187+58=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 58 (23.05% from 255 or 13.15% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BB3A is #3B44C5. Grayscale: #AFAFAF. Windows color (decimal): -3884230 or 3849156. OLE color: 3849156.

HSL color Cylindrical-coordinate representation of color #C4BB3A: hue angle of 56.09º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4BB3A is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB19618758-
CMYK00.050.700.23
HSL56.09º54.33%49.8%-
HSV(B)56.09º70.41%76.86%-
XYZ41.347.5811.01-
YUV174.9861.98142.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.44%
GREEN value IS 187 (73.44% from 255) = 42.40%
BLUE value IS 58 (23.05% from 255) = 13.15%
R=44.44%
G=42.40%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961875800.050.700.2356.0954.3349.8
HexC4BB3A054617383632
Octal304273720510627706662
Binary11000100101110111110100101100011010111111000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BB3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BB3A; }

 p { color: rgb(196,187,58); }

 H1.HeaderClassName
 {
   color: #C4BB3A;
 }
 .AnyTagClassName
 {
   color: #C4BB3A;
 }
</style>
background-color css

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

 a { background-color: rgb(196,187,58); }

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

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

 span { border-color: rgb(196,187,58); }

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