#B0B388

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

Shades of Bud #B0B388

Tints of Bud #B0B388

Color information

#B0B388 (or 0xB0B388) is unknown color: approx Bud. HEX triplet: B0, B3 and 88. RGB value is (176,179,136). Sum of RGB (Red+Green+Blue) = 176+179+136=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B388 is #4F4C77. Grayscale: #ADADAD. Windows color (decimal): -5196920 or 8958896. OLE color: 8958896.

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

Color convert

RGB176179136-
CMYK0.0200.240.30
HSL64.19º22.05%61.76%-
HSV(B)64.19º24.02%70.2%-
XYZ38.4743.2529.61-
YUV173.2107.01130-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.85%
GREEN value IS 179 (70.31% from 255) = 36.46%
BLUE value IS 136 (53.52% from 255) = 27.70%
R=35.85%
G=36.46%
B=27.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761791360.0200.240.3064.1922.0561.76
HexB0B38820181E40163e
Octal2602632102030361002676
Binary1011000010110011100010001001100011110100000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B388; }

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

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

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

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

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

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

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

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