#B0B28B

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

Shades of Bud #B0B28B

Tints of Bud #B0B28B

Color information

#B0B28B (or 0xB0B28B) is unknown color: approx Bud. HEX triplet: B0, B2 and 8B. RGB value is (176,178,139). Sum of RGB (Red+Green+Blue) = 176+178+139=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B28B is #4F4D74. Grayscale: #ADADAD. Windows color (decimal): -5197173 or 9155248. OLE color: 9155248.

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

Color convert

RGB176178139-
CMYK0.0100.220.30
HSL63.08º20.21%62.16%-
HSV(B)63.08º21.91%69.8%-
XYZ38.4942.9330.68-
YUV172.96108.84130.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.70%
GREEN value IS 178 (69.92% from 255) = 36.11%
BLUE value IS 139 (54.69% from 255) = 28.19%
R=35.70%
G=36.11%
B=28.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761781390.0100.220.3063.0820.2162.16
HexB0B28B10161E3f143e
Octal260262213102636772476
Binary10110000101100101000101110101101111011111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B28B; }

 p { color: rgb(176,178,139); }

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

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

 a { background-color: rgb(176,178,139); }

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

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

 span { border-color: rgb(176,178,139); }

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