#B9C698

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

Shades of Sprout #B9C698

Tints of Sprout #B9C698

Color information

#B9C698 (or 0xB9C698) is unknown color: approx Sprout. HEX triplet: B9, C6 and 98. RGB value is (185,198,152). Sum of RGB (Red+Green+Blue) = 185+198+152=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C698 is #463967. Grayscale: #BDBDBD. Windows color (decimal): -4602216 or 10012345. OLE color: 10012345.

HSL color Cylindrical-coordinate representation of color #B9C698: hue angle of 76.96º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9C698 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB185198152-
CMYK0.0700.230.22
HSL76.96º28.75%68.63%-
HSV(B)76.96º23.23%77.65%-
XYZ45.8752.9737.51-
YUV188.87107.19125.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.58%
GREEN value IS 198 (77.73% from 255) = 37.01%
BLUE value IS 152 (59.77% from 255) = 28.41%
R=34.58%
G=37.01%
B=28.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1851981520.0700.230.2276.9628.7568.63
HexB9C6987017164d1d45
Octal27130623070272611535105
Binary101110011100011010011000111010111101101001101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C698; }

 p { color: rgb(185,198,152); }

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

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

 a { background-color: rgb(185,198,152); }

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

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

 span { border-color: rgb(185,198,152); }

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