#BFC584

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

Shades of Pine Glade #BFC584

Tints of Pine Glade #BFC584

Color information

#BFC584 (or 0xBFC584) is unknown color: approx Pine Glade. HEX triplet: BF, C5 and 84. RGB value is (191,197,132). Sum of RGB (Red+Green+Blue) = 191+197+132=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC584 is #403A7B. Grayscale: #BCBCBC. Windows color (decimal): -4209276 or 8701375. OLE color: 8701375.

HSL color Cylindrical-coordinate representation of color #BFC584: hue angle of 65.54º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFC584 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB191197132-
CMYK0.0300.330.23
HSL65.54º35.91%64.51%-
HSV(B)65.54º32.99%77.25%-
XYZ45.6252.6729.59-
YUV187.896.51130.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 197 (77.34% from 255) = 37.88%
BLUE value IS 132 (51.95% from 255) = 25.38%
R=36.73%
G=37.88%
B=25.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911971320.0300.330.2365.5435.9164.51
HexBFC584302117422441
Octal27730520430412710244101
Binary1011111111000101100001001101000011011110000101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC584; }

 p { color: rgb(191,197,132); }

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

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

 a { background-color: rgb(191,197,132); }

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

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

 span { border-color: rgb(191,197,132); }

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