#B0B392

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

Shades of Bud #B0B392

Tints of Bud #B0B392

Color information

#B0B392 (or 0xB0B392) is unknown color: approx Bud. HEX triplet: B0, B3 and 92. RGB value is (176,179,146). Sum of RGB (Red+Green+Blue) = 176+179+146=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B392 is #4F4C6D. Grayscale: #AEAEAE. Windows color (decimal): -5196910 or 9614256. OLE color: 9614256.

HSL color Cylindrical-coordinate representation of color #B0B392: hue angle of 65.45º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0B392 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB176179146-
CMYK0.0200.180.30
HSL65.45º17.84%63.73%-
HSV(B)65.45º18.44%70.2%-
XYZ39.2143.5533.53-
YUV174.34112.01129.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.13%
GREEN value IS 179 (70.31% from 255) = 35.73%
BLUE value IS 146 (57.42% from 255) = 29.14%
R=35.13%
G=35.73%
B=29.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761791460.0200.180.3065.4517.8463.73
HexB0B39220121E411240
Octal26026322220223610122100
Binary10110000101100111001001010010010111101000001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B392; }

 p { color: rgb(176,179,146); }

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

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

 a { background-color: rgb(176,179,146); }

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

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

 span { border-color: rgb(176,179,146); }

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