#B1B68B

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

Shades of Bud #B1B68B

Tints of Bud #B1B68B

Color information

#B1B68B (or 0xB1B68B) is unknown color: approx Bud. HEX triplet: B1, B6 and 8B. RGB value is (177,182,139). Sum of RGB (Red+Green+Blue) = 177+182+139=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B68B is #4E4974. Grayscale: #AFAFAF. Windows color (decimal): -5130613 or 9156273. OLE color: 9156273.

HSL color Cylindrical-coordinate representation of color #B1B68B: hue angle of 66.98º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1B68B is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB177182139-
CMYK0.0300.240.29
HSL66.98º22.75%62.94%-
HSV(B)66.98º23.63%71.37%-
XYZ39.5244.6730.96-
YUV175.6107.34129-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.54%
GREEN value IS 182 (71.48% from 255) = 36.55%
BLUE value IS 139 (54.69% from 255) = 27.91%
R=35.54%
G=36.55%
B=27.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771821390.0300.240.2966.9822.7562.94
HexB1B68B30181D43173f
Octal2612662133030351032777
Binary1011000110110110100010111101100011101100001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B68B; }

 p { color: rgb(177,182,139); }

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

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

 a { background-color: rgb(177,182,139); }

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

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

 span { border-color: rgb(177,182,139); }

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