#B4BD9E

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

Shades of Sprout #B4BD9E

Tints of Sprout #B4BD9E

Color information

#B4BD9E (or 0xB4BD9E) is unknown color: approx Sprout. HEX triplet: B4, BD and 9E. RGB value is (180,189,158). Sum of RGB (Red+Green+Blue) = 180+189+158=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 158 (62.11% from 255 or 29.98% from 527); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BD9E is #4B4261. Grayscale: #B6B6B6. Windows color (decimal): -4932194 or 10403252. OLE color: 10403252.

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

Color convert

RGB180189158-
CMYK0.0500.160.26
HSL77.42º19.02%68.04%-
HSV(B)77.42º16.4%74.12%-
XYZ43.1948.5739.45-
YUV182.78114.02126.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.16%
GREEN value IS 189 (74.22% from 255) = 35.86%
BLUE value IS 158 (62.11% from 255) = 29.98%
R=34.16%
G=35.86%
B=29.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801891580.0500.160.2677.4219.0268.04
HexB4BD9E50101A4d1344
Octal26427523650203211523104
Binary101101001011110110011110101010000110101001101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BD9E; }

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

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

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

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

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

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

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

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