#B0BEA3

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

Shades of Sprout #B0BEA3

Tints of Sprout #B0BEA3

Color information

#B0BEA3 (or 0xB0BEA3) is unknown color: approx Sprout. HEX triplet: B0, BE and A3. RGB value is (176,190,163). Sum of RGB (Red+Green+Blue) = 176+190+163=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 163 (64.06% from 255 or 30.81% from 529); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BEA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BEA3 is #4F415C. Grayscale: #B6B6B6. Windows color (decimal): -5194077 or 10731184. OLE color: 10731184.

HSL color Cylindrical-coordinate representation of color #B0BEA3: hue angle of 91.11º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0BEA3 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB176190163-
CMYK0.0700.140.25
HSL91.11º17.2%69.22%-
HSV(B)91.11º14.21%74.51%-
XYZ42.9348.741.79-
YUV182.74116.86123.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.27%
GREEN value IS 190 (74.61% from 255) = 35.92%
BLUE value IS 163 (64.06% from 255) = 30.81%
R=33.27%
G=35.92%
B=30.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761901630.0700.140.2591.1117.269.22
HexB0BEA370E195b1145
Octal26027624370163113321105
Binary10110000101111101010001111101110110011011011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BEA3; }

 p { color: rgb(176,190,163); }

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

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

 a { background-color: rgb(176,190,163); }

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

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

 span { border-color: rgb(176,190,163); }

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