#C9BB4B

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

Shades of Old Gold #C9BB4B

Tints of Old Gold #C9BB4B

Color information

#C9BB4B (or 0xC9BB4B) is unknown color: approx Old Gold. HEX triplet: C9, BB and 4B. RGB value is (201,187,75). Sum of RGB (Red+Green+Blue) = 201+187+75=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 75 (29.69% from 255 or 16.20% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BB4B is #3644B4. Grayscale: #B2B2B2. Windows color (decimal): -3556533 or 4963273. OLE color: 4963273.

HSL color Cylindrical-coordinate representation of color #C9BB4B: hue angle of 53.33º 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 #C9BB4B is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB20118775-
CMYK00.070.630.21
HSL53.33º53.85%54.12%-
HSV(B)53.33º62.69%78.82%-
XYZ43.1348.4713.74-
YUV178.4269.64144.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.41%
GREEN value IS 187 (73.44% from 255) = 40.39%
BLUE value IS 75 (29.69% from 255) = 16.20%
R=43.41%
G=40.39%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011877500.070.630.2153.3353.8554.12
HexC9BB4B073F15353636
Octal311273113077725656666
Binary11001001101110111001011011111111110101110101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BB4B; }

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

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

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

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

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

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

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

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