#B0AD6B

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

Shades of Gimblet #B0AD6B

Tints of Gimblet #B0AD6B

Color information

#B0AD6B (or 0xB0AD6B) is unknown color: approx Gimblet. HEX triplet: B0, AD and 6B. RGB value is (176,173,107). Sum of RGB (Red+Green+Blue) = 176+173+107=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD6B is #4F5294. Grayscale: #A6A6A6. Windows color (decimal): -5198485 or 7056816. OLE color: 7056816.

HSL color Cylindrical-coordinate representation of color #B0AD6B: hue angle of 57.39º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0AD6B is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB176173107-
CMYK00.020.390.31
HSL57.39º30.4%55.49%-
HSV(B)57.39º39.2%69.02%-
XYZ35.540.1819.79-
YUV166.3794.49134.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.60%
GREEN value IS 173 (67.97% from 255) = 37.94%
BLUE value IS 107 (42.19% from 255) = 23.46%
R=38.60%
G=37.94%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617310700.020.390.3157.3930.455.49
HexB0AD6B02271F391e37
Octal260255153024737713667
Binary101100001010110111010110101001111111111100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AD6B; }

 p { color: rgb(176,173,107); }

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

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

 a { background-color: rgb(176,173,107); }

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

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

 span { border-color: rgb(176,173,107); }

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