#BFCE90

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

Shades of Sprout #BFCE90

Tints of Sprout #BFCE90

Color information

#BFCE90 (or 0xBFCE90) is unknown color: approx Sprout. HEX triplet: BF, CE and 90. RGB value is (191,206,144). Sum of RGB (Red+Green+Blue) = 191+206+144=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCE90 is #40316F. Grayscale: #C2C2C2. Windows color (decimal): -4206960 or 9490111. OLE color: 9490111.

HSL color Cylindrical-coordinate representation of color #BFCE90: hue angle of 74.52º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFCE90 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB191206144-
CMYK0.0700.300.19
HSL74.52º38.75%68.63%-
HSV(B)74.52º30.1%80.78%-
XYZ48.5957.2334.87-
YUV194.4599.53125.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.30%
GREEN value IS 206 (80.86% from 255) = 38.08%
BLUE value IS 144 (56.64% from 255) = 26.62%
R=35.30%
G=38.08%
B=26.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912061440.0700.300.1974.5238.7568.63
HexBFCE90701E134b2745
Octal27731622070362311347105
Binary1011111111001110100100001110111101001110010111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCE90; }

 p { color: rgb(191,206,144); }

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

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

 a { background-color: rgb(191,206,144); }

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

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

 span { border-color: rgb(191,206,144); }

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