#C2BD30

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

Shades of Old Gold #C2BD30

Tints of Old Gold #C2BD30

Color information

#C2BD30 (or 0xC2BD30) is unknown color: approx Old Gold. HEX triplet: C2, BD and 30. RGB value is (194,189,48). Sum of RGB (Red+Green+Blue) = 194+189+48=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 48 (19.14% from 255 or 11.14% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BD30 is #3D42CF. Grayscale: #AEAEAE. Windows color (decimal): -4014800 or 3194306. OLE color: 3194306.

HSL color Cylindrical-coordinate representation of color #C2BD30: hue angle of 57.95º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2BD30 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB19418948-
CMYK00.030.750.24
HSL57.95º60.33%47.45%-
HSV(B)57.95º75.26%76.08%-
XYZ40.9848.089.92-
YUV174.4256.66141.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.01%
GREEN value IS 189 (74.22% from 255) = 43.85%
BLUE value IS 48 (19.14% from 255) = 11.14%
R=45.01%
G=43.85%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941894800.030.750.2457.9560.3347.45
HexC2BD30034B183a3c2f
Octal302275600311330727457
Binary1100001010111101110000011100101111000111010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BD30; }

 p { color: rgb(194,189,48); }

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

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

 a { background-color: rgb(194,189,48); }

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

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

 span { border-color: rgb(194,189,48); }

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