#B6CE9E

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

Shades of Sprout #B6CE9E

Tints of Sprout #B6CE9E

Color information

#B6CE9E (or 0xB6CE9E) is unknown color: approx Sprout. HEX triplet: B6, CE and 9E. RGB value is (182,206,158). Sum of RGB (Red+Green+Blue) = 182+206+158=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #B6CE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CE9E is #493161. Grayscale: #C1C1C1. Windows color (decimal): -4796770 or 10407606. OLE color: 10407606.

HSL color Cylindrical-coordinate representation of color #B6CE9E: hue angle of 90º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6CE9E is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB182206158-
CMYK0.1200.230.19
HSL90º32.88%71.37%-
HSV(B)90º23.3%80.78%-
XYZ47.5356.5640.76-
YUV193.35108.05119.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.33%
GREEN value IS 206 (80.86% from 255) = 37.73%
BLUE value IS 158 (62.11% from 255) = 28.94%
R=33.33%
G=37.73%
B=28.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1822061580.1200.230.199032.8871.37
HexB6CE9EC017135a2147
Octal266316236140272313241107
Binary10110110110011101001111011000101111001110110101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CE9E; }

 p { color: rgb(182,206,158); }

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

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

 a { background-color: rgb(182,206,158); }

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

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

 span { border-color: rgb(182,206,158); }

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