#BFCD9D

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

Shades of Sprout #BFCD9D

Tints of Sprout #BFCD9D

Color information

#BFCD9D (or 0xBFCD9D) is unknown color: approx Sprout. HEX triplet: BF, CD and 9D. RGB value is (191,205,157). Sum of RGB (Red+Green+Blue) = 191+205+157=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 157 (61.72% from 255 or 28.39% from 553); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCD9D is #403262. Grayscale: #C3C3C3. Windows color (decimal): -4207203 or 10341823. OLE color: 10341823.

HSL color Cylindrical-coordinate representation of color #BFCD9D: hue angle of 77.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFCD9D is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB191205157-
CMYK0.0700.230.20
HSL77.5º32.43%70.98%-
HSV(B)77.5º23.41%80.39%-
XYZ49.457.1740.33-
YUV195.34106.36124.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.54%
GREEN value IS 205 (80.47% from 255) = 37.07%
BLUE value IS 157 (61.72% from 255) = 28.39%
R=34.54%
G=37.07%
B=28.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912051570.0700.230.2077.532.4370.98
HexBFCD9D7017144e2047
Octal27731523570272411640107
Binary1011111111001101100111011110101111010010011101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCD9D; }

 p { color: rgb(191,205,157); }

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

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

 a { background-color: rgb(191,205,157); }

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

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

 span { border-color: rgb(191,205,157); }

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