#BFCB9E

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

Shades of Sprout #BFCB9E

Tints of Sprout #BFCB9E

Color information

#BFCB9E (or 0xBFCB9E) is unknown color: approx Sprout. HEX triplet: BF, CB and 9E. RGB value is (191,203,158). Sum of RGB (Red+Green+Blue) = 191+203+158=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 158 (62.11% from 255 or 28.62% from 552); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCB9E is #403461. Grayscale: #C2C2C2. Windows color (decimal): -4207714 or 10406847. OLE color: 10406847.

HSL color Cylindrical-coordinate representation of color #BFCB9E: hue angle of 76º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFCB9E is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB191203158-
CMYK0.0600.220.20
HSL76º30.2%70.78%-
HSV(B)76º22.17%79.61%-
XYZ49.0156.2640.62-
YUV194.28107.52125.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.60%
GREEN value IS 203 (79.69% from 255) = 36.78%
BLUE value IS 158 (62.11% from 255) = 28.62%
R=34.60%
G=36.78%
B=28.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912031580.0600.220.207630.270.78
HexBFCB9E6016144c1e47
Octal27731323660262411436107
Binary101111111100101110011110110010110101001001100111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCB9E; }

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

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

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

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

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

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

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

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