#BFCF89

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

Shades of Deco #BFCF89

Tints of Deco #BFCF89

Color information

#BFCF89 (or 0xBFCF89) is unknown color: approx Deco. HEX triplet: BF, CF and 89. RGB value is (191,207,137). Sum of RGB (Red+Green+Blue) = 191+207+137=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 137 (53.91% from 255 or 25.61% from 535); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCF89 is #403076. Grayscale: #C2C2C2. Windows color (decimal): -4206711 or 9031615. OLE color: 9031615.

HSL color Cylindrical-coordinate representation of color #BFCF89: hue angle of 73.71º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFCF89 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB191207137-
CMYK0.0800.340.19
HSL73.71º42.17%67.45%-
HSV(B)73.71º33.82%81.18%-
XYZ48.3157.5132.22-
YUV194.2495.7125.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.70%
GREEN value IS 207 (81.25% from 255) = 38.69%
BLUE value IS 137 (53.91% from 255) = 25.61%
R=35.70%
G=38.69%
B=25.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912071370.0800.340.1973.7142.1767.45
HexBFCF898022134a2a43
Octal277317211100422311252103
Binary101111111100111110001001100001000101001110010101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCF89; }

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

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

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

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

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

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

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

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