#C6BB33

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

Shades of Old Gold #C6BB33

Tints of Old Gold #C6BB33

Color information

#C6BB33 (or 0xC6BB33) is unknown color: approx Old Gold. HEX triplet: C6, BB and 33. RGB value is (198,187,51). Sum of RGB (Red+Green+Blue) = 198+187+51=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 51 (20.31% from 255 or 11.70% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BB33 is #3944CC. Grayscale: #AFAFAF. Windows color (decimal): -3753165 or 3390406. OLE color: 3390406.

HSL color Cylindrical-coordinate representation of color #C6BB33: hue angle of 55.51º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C6BB33 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB19818751-
CMYK00.060.740.22
HSL55.51º59.04%48.82%-
HSV(B)55.51º74.24%77.65%-
XYZ41.6647.7910.16-
YUV174.7858.14144.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.41%
GREEN value IS 187 (73.44% from 255) = 42.89%
BLUE value IS 51 (20.31% from 255) = 11.70%
R=45.41%
G=42.89%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981875100.060.740.2255.5159.0448.82
HexC6BB33064A16383b31
Octal306273630611226707361
Binary11000110101110111100110110100101010110111000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BB33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BB33; }

 p { color: rgb(198,187,51); }

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

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

 a { background-color: rgb(198,187,51); }

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

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

 span { border-color: rgb(198,187,51); }

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