#C9BC4B

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

Shades of Old Gold #C9BC4B

Tints of Old Gold #C9BC4B

Color information

#C9BC4B (or 0xC9BC4B) is unknown color: approx Old Gold. HEX triplet: C9, BC and 4B. RGB value is (201,188,75). Sum of RGB (Red+Green+Blue) = 201+188+75=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 75 (29.69% from 255 or 16.16% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BC4B is #3643B4. Grayscale: #B3B3B3. Windows color (decimal): -3556277 or 4963529. OLE color: 4963529.

HSL color Cylindrical-coordinate representation of color #C9BC4B: hue angle of 53.81º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9BC4B is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB20118875-
CMYK00.060.630.21
HSL53.81º53.85%54.12%-
HSV(B)53.81º62.69%78.82%-
XYZ43.3448.8913.81-
YUV17969.31143.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.32%
GREEN value IS 188 (73.83% from 255) = 40.52%
BLUE value IS 75 (29.69% from 255) = 16.16%
R=43.32%
G=40.52%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011887500.060.630.2153.8153.8554.12
HexC9BC4B063F15363636
Octal311274113067725666666
Binary11001001101111001001011011011111110101110110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BC4B; }

 p { color: rgb(201,188,75); }

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

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

 a { background-color: rgb(201,188,75); }

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

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

 span { border-color: rgb(201,188,75); }

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