#B9CE9E

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

Shades of Sprout #B9CE9E

Tints of Sprout #B9CE9E

Color information

#B9CE9E (or 0xB9CE9E) is unknown color: approx Sprout. HEX triplet: B9, CE and 9E. RGB value is (185,206,158). Sum of RGB (Red+Green+Blue) = 185+206+158=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 158 (62.11% from 255 or 28.78% from 549); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CE9E is #463161. Grayscale: #C2C2C2. Windows color (decimal): -4600162 or 10407609. OLE color: 10407609.

HSL color Cylindrical-coordinate representation of color #B9CE9E: hue angle of 86.25º 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 #B9CE9E is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB185206158-
CMYK0.1000.230.19
HSL86.25º32.88%71.37%-
HSV(B)86.25º23.3%80.78%-
XYZ48.2556.9340.79-
YUV194.25107.54121.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.70%
GREEN value IS 206 (80.86% from 255) = 37.52%
BLUE value IS 158 (62.11% from 255) = 28.78%
R=33.70%
G=37.52%
B=28.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1852061580.1000.230.1986.2532.8871.37
HexB9CE9EA01713562147
Octal271316236120272312641107
Binary10111001110011101001111010100101111001110101101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CE9E; }

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

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

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

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

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

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

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

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