#BFCD97

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

Shades of Sprout #BFCD97

Tints of Sprout #BFCD97

Color information

#BFCD97 (or 0xBFCD97) is unknown color: approx Sprout. HEX triplet: BF, CD and 97. RGB value is (191,205,151). Sum of RGB (Red+Green+Blue) = 191+205+151=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 151 (59.38% from 255 or 27.61% from 547); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCD97 is #403268. Grayscale: #C2C2C2. Windows color (decimal): -4207209 or 9948607. OLE color: 9948607.

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

Color convert

RGB191205151-
CMYK0.0700.260.20
HSL75.56º35.06%69.8%-
HSV(B)75.56º26.34%80.39%-
XYZ48.956.9737.7-
YUV194.66103.36125.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.92%
GREEN value IS 205 (80.47% from 255) = 37.48%
BLUE value IS 151 (59.38% from 255) = 27.61%
R=34.92%
G=37.48%
B=27.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912051510.0700.260.2075.5635.0669.8
HexBFCD97701A144c2346
Octal27731522770322411443106
Binary1011111111001101100101111110110101010010011001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCD97; }

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

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

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

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

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

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

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

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