#BFCB99

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

Shades of Sprout #BFCB99

Tints of Sprout #BFCB99

Color information

#BFCB99 (or 0xBFCB99) is unknown color: approx Sprout. HEX triplet: BF, CB and 99. RGB value is (191,203,153). Sum of RGB (Red+Green+Blue) = 191+203+153=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCB99 is #403466. Grayscale: #C1C1C1. Windows color (decimal): -4207719 or 10079167. OLE color: 10079167.

HSL color Cylindrical-coordinate representation of color #BFCB99: hue angle of 74.4º degrees, saturation: 0.32, 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 #BFCB99 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB191203153-
CMYK0.0600.250.20
HSL74.4º32.47%69.8%-
HSV(B)74.4º24.63%79.61%-
XYZ48.5956.0938.4-
YUV193.71105.02126.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.92%
GREEN value IS 203 (79.69% from 255) = 37.11%
BLUE value IS 153 (60.16% from 255) = 27.97%
R=34.92%
G=37.11%
B=27.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912031530.0600.250.2074.432.4769.8
HexBFCB996019144a2046
Octal27731323160312411240106
Binary1011111111001011100110011100110011010010010101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCB99; }

 p { color: rgb(191,203,153); }

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

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

 a { background-color: rgb(191,203,153); }

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

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

 span { border-color: rgb(191,203,153); }

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