#BFCD9A

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

Shades of Sprout #BFCD9A

Tints of Sprout #BFCD9A

Color information

#BFCD9A (or 0xBFCD9A) is unknown color: approx Sprout. HEX triplet: BF, CD and 9A. RGB value is (191,205,154). Sum of RGB (Red+Green+Blue) = 191+205+154=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCD9A is #403265. Grayscale: #C3C3C3. Windows color (decimal): -4207206 or 10145215. OLE color: 10145215.

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

Color convert

RGB191205154-
CMYK0.0700.250.20
HSL76.47º33.77%70.39%-
HSV(B)76.47º24.88%80.39%-
XYZ49.1557.0739-
YUV195104.86125.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.73%
GREEN value IS 205 (80.47% from 255) = 37.27%
BLUE value IS 154 (60.55% from 255) = 28%
R=34.73%
G=37.27%
B=28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912051540.0700.250.2076.4733.7770.39
HexBFCD9A7019144c2246
Octal27731523270312411442106
Binary1011111111001101100110101110110011010010011001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCD9A; }

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

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

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

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

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

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

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

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