#B8C699

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

Shades of Sprout #B8C699

Tints of Sprout #B8C699

Color information

#B8C699 (or 0xB8C699) is unknown color: approx Sprout. HEX triplet: B8, C6 and 99. RGB value is (184,198,153). Sum of RGB (Red+Green+Blue) = 184+198+153=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 153 (60.16% from 255 or 28.60% from 535); Max value from RGB is 198 - color contains mainly: green. Hex color #B8C699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C699 is #473966. Grayscale: #BCBCBC. Windows color (decimal): -4667751 or 10077880. OLE color: 10077880.

HSL color Cylindrical-coordinate representation of color #B8C699: hue angle of 78.67º degrees, saturation: 0.28, 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 #B8C699 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB184198153-
CMYK0.0700.230.22
HSL78.67º28.3%68.82%-
HSV(B)78.67º22.73%77.65%-
XYZ45.7152.8837.93-
YUV188.68107.86124.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.39%
GREEN value IS 198 (77.73% from 255) = 37.01%
BLUE value IS 153 (60.16% from 255) = 28.60%
R=34.39%
G=37.01%
B=28.60%

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
Decimal1841981530.0700.230.2278.6728.368.82
HexB8C6997017164f1c45
Octal27030623170272611734105
Binary101110001100011010011001111010111101101001111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C699; }

 p { color: rgb(184,198,153); }

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

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

 a { background-color: rgb(184,198,153); }

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

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

 span { border-color: rgb(184,198,153); }

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