#B2B590

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

Shades of Bud #B2B590

Tints of Bud #B2B590

Color information

#B2B590 (or 0xB2B590) is unknown color: approx Bud. HEX triplet: B2, B5 and 90. RGB value is (178,181,144). Sum of RGB (Red+Green+Blue) = 178+181+144=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B590 is #4D4A6F. Grayscale: #B0B0B0. Windows color (decimal): -5065328 or 9483698. OLE color: 9483698.

HSL color Cylindrical-coordinate representation of color #B2B590: hue angle of 64.86º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2B590 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB178181144-
CMYK0.0200.200.29
HSL64.86º20%63.73%-
HSV(B)64.86º20.44%70.98%-
XYZ39.9244.5332.88-
YUV175.88110.01129.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.39%
GREEN value IS 181 (71.09% from 255) = 35.98%
BLUE value IS 144 (56.64% from 255) = 28.63%
R=35.39%
G=35.98%
B=28.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781811440.0200.200.2964.862063.73
HexB2B59020141D411440
Octal26226522020243510124100
Binary10110010101101011001000010010100111011000001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B590; }

 p { color: rgb(178,181,144); }

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

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

 a { background-color: rgb(178,181,144); }

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

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

 span { border-color: rgb(178,181,144); }

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