#BFCF90

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

Shades of Sprout #BFCF90

Tints of Sprout #BFCF90

Color information

#BFCF90 (or 0xBFCF90) is unknown color: approx Sprout. HEX triplet: BF, CF and 90. RGB value is (191,207,144). Sum of RGB (Red+Green+Blue) = 191+207+144=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 144 (56.64% from 255 or 26.57% from 542); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCF90 is #40306F. Grayscale: #C3C3C3. Windows color (decimal): -4206704 or 9490367. OLE color: 9490367.

HSL color Cylindrical-coordinate representation of color #BFCF90: hue angle of 75.24º degrees, saturation: 0.4, 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 #BFCF90 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB191207144-
CMYK0.0800.300.19
HSL75.24º39.62%68.82%-
HSV(B)75.24º30.43%81.18%-
XYZ48.8357.7234.95-
YUV195.0399.2125.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.24%
GREEN value IS 207 (81.25% from 255) = 38.19%
BLUE value IS 144 (56.64% from 255) = 26.57%
R=35.24%
G=38.19%
B=26.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912071440.0800.300.1975.2439.6268.82
HexBFCF90801E134b2845
Octal277317220100362311350105
Binary10111111110011111001000010000111101001110010111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCF90; }

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

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

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

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

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

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

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

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