#B2BE9A

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

Shades of Sprout #B2BE9A

Tints of Sprout #B2BE9A

Color information

#B2BE9A (or 0xB2BE9A) is unknown color: approx Sprout. HEX triplet: B2, BE and 9A. RGB value is (178,190,154). Sum of RGB (Red+Green+Blue) = 178+190+154=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BE9A is #4D4165. Grayscale: #B6B6B6. Windows color (decimal): -5063014 or 10141362. OLE color: 10141362.

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

Color convert

RGB178190154-
CMYK0.0600.190.25
HSL80º21.69%67.45%-
HSV(B)80º18.95%74.51%-
XYZ42.6148.6237.71-
YUV182.31112.02124.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.10%
GREEN value IS 190 (74.61% from 255) = 36.40%
BLUE value IS 154 (60.55% from 255) = 29.50%
R=34.10%
G=36.40%
B=29.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781901540.0600.190.258021.6967.45
HexB2BE9A601319501643
Octal26227623260233112026103
Binary101100101011111010011010110010011110011010000101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BE9A; }

 p { color: rgb(178,190,154); }

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

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

 a { background-color: rgb(178,190,154); }

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

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

 span { border-color: rgb(178,190,154); }

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