#B5BE9C

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

Shades of Sprout #B5BE9C

Tints of Sprout #B5BE9C

Color information

#B5BE9C (or 0xB5BE9C) is unknown color: approx Sprout. HEX triplet: B5, BE and 9C. RGB value is (181,190,156). Sum of RGB (Red+Green+Blue) = 181+190+156=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 156 (61.33% from 255 or 29.60% from 527); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BE9C is #4A4163. Grayscale: #B7B7B7. Windows color (decimal): -4866404 or 10272437. OLE color: 10272437.

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

Color convert

RGB181190156-
CMYK0.0500.180.25
HSL75.88º20.73%67.84%-
HSV(B)75.88º17.89%74.51%-
XYZ43.4749.0538.63-
YUV183.43112.52126.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.35%
GREEN value IS 190 (74.61% from 255) = 36.05%
BLUE value IS 156 (61.33% from 255) = 29.60%
R=34.35%
G=36.05%
B=29.60%

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
Decimal1811901560.0500.180.2575.8820.7367.84
HexB5BE9C5012194c1544
Octal26527623450223111425104
Binary101101011011111010011100101010010110011001100101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BE9C; }

 p { color: rgb(181,190,156); }

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

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

 a { background-color: rgb(181,190,156); }

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

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

 span { border-color: rgb(181,190,156); }

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