#C2BE30

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

Shades of Old Gold #C2BE30

Tints of Old Gold #C2BE30

Color information

#C2BE30 (or 0xC2BE30) is unknown color: approx Old Gold. HEX triplet: C2, BE and 30. RGB value is (194,190,48). Sum of RGB (Red+Green+Blue) = 194+190+48=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 48 (19.14% from 255 or 11.11% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BE30 is #3D41CF. Grayscale: #AFAFAF. Windows color (decimal): -4014544 or 3194562. OLE color: 3194562.

HSL color Cylindrical-coordinate representation of color #C2BE30: hue angle of 58.36º 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 #C2BE30 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB19419048-
CMYK00.020.750.24
HSL58.36º60.33%47.45%-
HSV(B)58.36º75.26%76.08%-
XYZ41.248.519.99-
YUV175.0156.33141.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.91%
GREEN value IS 190 (74.61% from 255) = 43.98%
BLUE value IS 48 (19.14% from 255) = 11.11%
R=44.91%
G=43.98%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941904800.020.750.2458.3660.3347.45
HexC2BE30024B183a3c2f
Octal302276600211330727457
Binary1100001010111110110000010100101111000111010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BE30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BE30; }

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

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

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

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

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

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

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

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