#C0BE39

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

Shades of Old Gold #C0BE39

Tints of Old Gold #C0BE39

Color information

#C0BE39 (or 0xC0BE39) is unknown color: approx Old Gold. HEX triplet: C0, BE and 39. RGB value is (192,190,57). Sum of RGB (Red+Green+Blue) = 192+190+57=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 57 (22.66% from 255 or 12.98% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BE39 is #3F41C6. Grayscale: #AFAFAF. Windows color (decimal): -4145607 or 3784384. OLE color: 3784384.

HSL color Cylindrical-coordinate representation of color #C0BE39: hue angle of 59.11º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0BE39 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB19219057-
CMYK00.010.700.25
HSL59.11º54.22%48.82%-
HSV(B)59.11º70.31%75.29%-
XYZ40.8948.3311.04-
YUV175.4461.16139.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.74%
GREEN value IS 190 (74.61% from 255) = 43.28%
BLUE value IS 57 (22.66% from 255) = 12.98%
R=43.74%
G=43.28%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921905700.010.700.2559.1154.2248.82
HexC0BE390146193b3631
Octal300276710110631736661
Binary110000001011111011100101100011011001111011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BE39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BE39; }

 p { color: rgb(192,190,57); }

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

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

 a { background-color: rgb(192,190,57); }

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

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

 span { border-color: rgb(192,190,57); }

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