#B7C892

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

Shades of Sprout #B7C892

Tints of Sprout #B7C892

Color information

#B7C892 (or 0xB7C892) is unknown color: approx Sprout. HEX triplet: B7, C8 and 92. RGB value is (183,200,146). Sum of RGB (Red+Green+Blue) = 183+200+146=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 200 - color contains mainly: green. Hex color #B7C892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C892 is #48376D. Grayscale: #BCBCBC. Windows color (decimal): -4732782 or 9619639. OLE color: 9619639.

HSL color Cylindrical-coordinate representation of color #B7C892: hue angle of 78.89º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7C892 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB183200146-
CMYK0.0800.270.22
HSL78.89º32.93%67.84%-
HSV(B)78.89º27%78.43%-
XYZ45.3753.4535.12-
YUV188.76103.87123.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.59%
GREEN value IS 200 (78.52% from 255) = 37.81%
BLUE value IS 146 (57.42% from 255) = 27.60%
R=34.59%
G=37.81%
B=27.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1832001460.0800.270.2278.8932.9367.84
HexB7C892801B164f2144
Octal267310222100332611741104
Binary10110111110010001001001010000110111011010011111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C892; }

 p { color: rgb(183,200,146); }

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

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

 a { background-color: rgb(183,200,146); }

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

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

 span { border-color: rgb(183,200,146); }

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