#C0BD38

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

Shades of Old Gold #C0BD38

Tints of Old Gold #C0BD38

Color information

#C0BD38 (or 0xC0BD38) is unknown color: approx Old Gold. HEX triplet: C0, BD and 38. RGB value is (192,189,56). Sum of RGB (Red+Green+Blue) = 192+189+56=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 56 (22.27% from 255 or 12.81% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BD38 is #3F42C7. Grayscale: #AFAFAF. Windows color (decimal): -4145864 or 3718592. OLE color: 3718592.

HSL color Cylindrical-coordinate representation of color #C0BD38: hue angle of 58.68º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0BD38 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB19218956-
CMYK00.020.710.25
HSL58.68º54.84%48.63%-
HSV(B)58.68º70.83%75.29%-
XYZ40.6547.8910.84-
YUV174.7460.99140.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.94%
GREEN value IS 189 (74.22% from 255) = 43.25%
BLUE value IS 56 (22.27% from 255) = 12.81%
R=43.94%
G=43.25%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921895600.020.710.2558.6854.8448.63
HexC0BD380247193b3731
Octal300275700210731736761
Binary1100000010111101111000010100011111001111011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BD38; }

 p { color: rgb(192,189,56); }

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

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

 a { background-color: rgb(192,189,56); }

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

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

 span { border-color: rgb(192,189,56); }

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