#c4b55b

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

Shades of Gimblet #C4B55B

Tints of Gimblet #C4B55B

Color information

#C4B55B (or 0xC4B55B) is unknown color: approx Gimblet. HEX triplet: C4, B5 and 5B. RGB value is (196,181,91). Sum of RGB (Red+Green+Blue) = 196+181+91=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 91 (35.94% from 255 or 19.44% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B55B is #3B4AA4. Grayscale: #AFAFAF. Windows color (decimal): -3885733 or 6010308. OLE color: 6010308.

HSL color Cylindrical-coordinate representation of color #C4B55B: hue angle of 51.43º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C4B55B is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB19618191-
CMYK00.080.540.23
HSL51.43º47.09%56.27%-
HSV(B)51.43º53.57%76.86%-
XYZ41.1845.5416.52-
YUV175.2280.47142.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.88%
GREEN value IS 181 (71.09% from 255) = 38.68%
BLUE value IS 91 (35.94% from 255) = 19.44%
R=41.88%
G=38.68%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961819100.080.540.2351.4347.0956.27
HexC4B55B083617332f38
Octal3042651330106627635770
Binary110001001011010110110110100011011010111110011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4b55b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4b55b; }

 p { color: rgb(196,181,91); }

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

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

 a { background-color: rgb(196,181,91); }

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

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

 span { border-color: rgb(196,181,91); }

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