#B5AD5C

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

Shades of Gimblet #B5AD5C

Tints of Gimblet #B5AD5C

Color information

#B5AD5C (or 0xB5AD5C) is unknown color: approx Gimblet. HEX triplet: B5, AD and 5C. RGB value is (181,173,92). Sum of RGB (Red+Green+Blue) = 181+173+92=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AD5C is #4A52A3. Grayscale: #A6A6A6. Windows color (decimal): -4870820 or 6073781. OLE color: 6073781.

HSL color Cylindrical-coordinate representation of color #B5AD5C: hue angle of 54.61º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5AD5C is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB18117392-
CMYK00.040.490.29
HSL54.61º37.55%53.53%-
HSV(B)54.61º49.17%70.98%-
XYZ35.9340.4816.05-
YUV166.1686.15138.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.58%
GREEN value IS 173 (67.97% from 255) = 38.79%
BLUE value IS 92 (36.33% from 255) = 20.63%
R=40.58%
G=38.79%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811739200.040.490.2954.6137.5553.53
HexB5AD5C04311D372636
Octal265255134046135674666
Binary10110101101011011011100010011000111101110111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AD5C; }

 p { color: rgb(181,173,92); }

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

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

 a { background-color: rgb(181,173,92); }

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

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

 span { border-color: rgb(181,173,92); }

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