#B4BE9B

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

Shades of Sprout #B4BE9B

Tints of Sprout #B4BE9B

Color information

#B4BE9B (or 0xB4BE9B) is unknown color: approx Sprout. HEX triplet: B4, BE and 9B. RGB value is (180,190,155). Sum of RGB (Red+Green+Blue) = 180+190+155=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BE9B is #4B4164. Grayscale: #B7B7B7. Windows color (decimal): -4931941 or 10206900. OLE color: 10206900.

HSL color Cylindrical-coordinate representation of color #B4BE9B: hue angle of 77.14º 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 #B4BE9B is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB180190155-
CMYK0.0500.180.25
HSL77.14º21.21%67.65%-
HSV(B)77.14º18.42%74.51%-
XYZ43.1548.938.17-
YUV183.02112.19125.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.29%
GREEN value IS 190 (74.61% from 255) = 36.19%
BLUE value IS 155 (60.94% from 255) = 29.52%
R=34.29%
G=36.19%
B=29.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801901550.0500.180.2577.1421.2167.65
HexB4BE9B5012194d1544
Octal26427623350223111525104
Binary101101001011111010011011101010010110011001101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BE9B; }

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

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

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

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

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

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

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

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