#BFCB9B

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

Shades of Sprout #BFCB9B

Tints of Sprout #BFCB9B

Color information

#BFCB9B (or 0xBFCB9B) is unknown color: approx Sprout. HEX triplet: BF, CB and 9B. RGB value is (191,203,155). Sum of RGB (Red+Green+Blue) = 191+203+155=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCB9B is #403464. Grayscale: #C2C2C2. Windows color (decimal): -4207717 or 10210239. OLE color: 10210239.

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

Color convert

RGB191203155-
CMYK0.0600.240.20
HSL75º31.58%70.2%-
HSV(B)75º23.65%79.61%-
XYZ48.7656.1539.28-
YUV193.94106.02125.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.79%
GREEN value IS 203 (79.69% from 255) = 36.98%
BLUE value IS 155 (60.94% from 255) = 28.23%
R=34.79%
G=36.98%
B=28.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912031550.0600.240.207531.5870.2
HexBFCB9B6018144b2046
Octal27731323360302411340106
Binary1011111111001011100110111100110001010010010111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCB9B; }

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

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

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

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

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

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

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

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