#B0A75B

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

Shades of Gimblet #B0A75B

Tints of Gimblet #B0A75B

Color information

#B0A75B (or 0xB0A75B) is unknown color: approx Gimblet. HEX triplet: B0, A7 and 5B. RGB value is (176,167,91). Sum of RGB (Red+Green+Blue) = 176+167+91=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A75B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A75B is #4F58A4. Grayscale: #A1A1A1. Windows color (decimal): -5200037 or 6006704. OLE color: 6006704.

HSL color Cylindrical-coordinate representation of color #B0A75B: hue angle of 53.65º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0A75B is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB17616791-
CMYK00.050.480.31
HSL53.65º34.98%52.35%-
HSV(B)53.65º48.3%69.02%-
XYZ33.6137.6215.39-
YUV161.0388.48138.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.55%
GREEN value IS 167 (65.62% from 255) = 38.48%
BLUE value IS 91 (35.94% from 255) = 20.97%
R=40.55%
G=38.48%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761679100.050.480.3153.6534.9852.35
HexB0A75B05301F362334
Octal260247133056037664364
Binary10110000101001111011011010111000011111110110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A75B; }

 p { color: rgb(176,167,91); }

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

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

 a { background-color: rgb(176,167,91); }

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

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

 span { border-color: rgb(176,167,91); }

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