#BFCD93

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

Shades of Sprout #BFCD93

Tints of Sprout #BFCD93

Color information

#BFCD93 (or 0xBFCD93) is unknown color: approx Sprout. HEX triplet: BF, CD and 93. RGB value is (191,205,147). Sum of RGB (Red+Green+Blue) = 191+205+147=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 147 (57.81% from 255 or 27.07% from 543); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCD93 is #40326C. Grayscale: #C2C2C2. Windows color (decimal): -4207213 or 9686463. OLE color: 9686463.

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

Color convert

RGB191205147-
CMYK0.0700.280.20
HSL74.48º36.71%69.02%-
HSV(B)74.48º28.29%80.39%-
XYZ48.5856.8536.02-
YUV194.2101.36125.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.17%
GREEN value IS 205 (80.47% from 255) = 37.75%
BLUE value IS 147 (57.81% from 255) = 27.07%
R=35.17%
G=37.75%
B=27.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912051470.0700.280.2074.4836.7169.02
HexBFCD93701C144a2545
Octal27731522370342411245105
Binary1011111111001101100100111110111001010010010101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCD93; }

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

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

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

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

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

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

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

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