#C0BB34

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

Shades of Old Gold #C0BB34

Tints of Old Gold #C0BB34

Color information

#C0BB34 (or 0xC0BB34) is unknown color: approx Old Gold. HEX triplet: C0, BB and 34. RGB value is (192,187,52). Sum of RGB (Red+Green+Blue) = 192+187+52=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 52 (20.70% from 255 or 12.06% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BB34 is #3F44CB. Grayscale: #ADADAD. Windows color (decimal): -4146380 or 3455936. OLE color: 3455936.

HSL color Cylindrical-coordinate representation of color #C0BB34: hue angle of 57.86º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0BB34 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB19218752-
CMYK00.030.730.25
HSL57.86º57.38%47.84%-
HSV(B)57.86º72.92%75.29%-
XYZ40.134710.2-
YUV173.159.66141.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.55%
GREEN value IS 187 (73.44% from 255) = 43.39%
BLUE value IS 52 (20.70% from 255) = 12.06%
R=44.55%
G=43.39%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921875200.030.730.2557.8657.3847.84
HexC0BB340349193a3930
Octal300273640311131727160
Binary1100000010111011110100011100100111001111010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BB34; }

 p { color: rgb(192,187,52); }

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

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

 a { background-color: rgb(192,187,52); }

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

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

 span { border-color: rgb(192,187,52); }

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