#B4BD9B

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

Shades of Sprout #B4BD9B

Tints of Sprout #B4BD9B

Color information

#B4BD9B (or 0xB4BD9B) is unknown color: approx Sprout. HEX triplet: B4, BD and 9B. RGB value is (180,189,155). Sum of RGB (Red+Green+Blue) = 180+189+155=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BD9B is #4B4264. Grayscale: #B6B6B6. Windows color (decimal): -4932197 or 10206644. OLE color: 10206644.

HSL color Cylindrical-coordinate representation of color #B4BD9B: hue angle of 75.88º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4BD9B is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB180189155-
CMYK0.0500.180.26
HSL75.88º20.48%67.45%-
HSV(B)75.88º17.99%74.12%-
XYZ42.9448.4738.1-
YUV182.43112.52126.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.35%
GREEN value IS 189 (74.22% from 255) = 36.07%
BLUE value IS 155 (60.94% from 255) = 29.58%
R=34.35%
G=36.07%
B=29.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801891550.0500.180.2675.8820.4867.45
HexB4BD9B50121A4c1443
Octal26427523350223211424103
Binary101101001011110110011011101010010110101001100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BD9B; }

 p { color: rgb(180,189,155); }

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

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

 a { background-color: rgb(180,189,155); }

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

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

 span { border-color: rgb(180,189,155); }

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