#B4BF9D

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

Shades of Sprout #B4BF9D

Tints of Sprout #B4BF9D

Color information

#B4BF9D (or 0xB4BF9D) is unknown color: approx Sprout. HEX triplet: B4, BF and 9D. RGB value is (180,191,157). Sum of RGB (Red+Green+Blue) = 180+191+157=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BF9D is #4B4062. Grayscale: #B7B7B7. Windows color (decimal): -4931683 or 10338228. OLE color: 10338228.

HSL color Cylindrical-coordinate representation of color #B4BF9D: hue angle of 79.41º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4BF9D is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB180191157-
CMYK0.0600.180.25
HSL79.41º20.99%68.24%-
HSV(B)79.41º17.8%74.9%-
XYZ43.5449.439.14-
YUV183.83112.86125.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.09%
GREEN value IS 191 (75% from 255) = 36.17%
BLUE value IS 157 (61.72% from 255) = 29.73%
R=34.09%
G=36.17%
B=29.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801911570.0600.180.2579.4120.9968.24
HexB4BF9D6012194f1544
Octal26427723560223111725104
Binary101101001011111110011101110010010110011001111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BF9D; }

 p { color: rgb(180,191,157); }

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

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

 a { background-color: rgb(180,191,157); }

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

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

 span { border-color: rgb(180,191,157); }

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