#B6C893

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

Shades of Sprout #B6C893

Tints of Sprout #B6C893

Color information

#B6C893 (or 0xB6C893) is unknown color: approx Sprout. HEX triplet: B6, C8 and 93. RGB value is (182,200,147). Sum of RGB (Red+Green+Blue) = 182+200+147=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C893 is #49376C. Grayscale: #BCBCBC. Windows color (decimal): -4798317 or 9685174. OLE color: 9685174.

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

Color convert

RGB182200147-
CMYK0.0900.260.22
HSL80.38º32.52%68.04%-
HSV(B)80.38º26.5%78.43%-
XYZ45.2153.3635.52-
YUV188.58104.54123.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.40%
GREEN value IS 200 (78.52% from 255) = 37.81%
BLUE value IS 147 (57.81% from 255) = 27.79%
R=34.40%
G=37.81%
B=27.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1822001470.0900.260.2280.3832.5268.04
HexB6C893901A16502144
Octal266310223110322612041104
Binary10110110110010001001001110010110101011010100001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C893; }

 p { color: rgb(182,200,147); }

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

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

 a { background-color: rgb(182,200,147); }

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

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

 span { border-color: rgb(182,200,147); }

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