#BFC583

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

Shades of Pine Glade #BFC583

Tints of Pine Glade #BFC583

Color information

#BFC583 (or 0xBFC583) is unknown color: approx Pine Glade. HEX triplet: BF, C5 and 83. RGB value is (191,197,131). Sum of RGB (Red+Green+Blue) = 191+197+131=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 131 (51.56% from 255 or 25.24% from 519); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC583 is #403A7C. Grayscale: #BBBBBB. Windows color (decimal): -4209277 or 8635839. OLE color: 8635839.

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

Color convert

RGB191197131-
CMYK0.0300.340.23
HSL65.45º36.26%64.31%-
HSV(B)65.45º33.5%77.25%-
XYZ45.5552.6529.23-
YUV187.6896.01130.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.80%
GREEN value IS 197 (77.34% from 255) = 37.96%
BLUE value IS 131 (51.56% from 255) = 25.24%
R=36.80%
G=37.96%
B=25.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911971310.0300.340.2365.4536.2664.31
HexBFC583302217412440
Octal27730520330422710144100
Binary1011111111000101100000111101000101011110000011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC583; }

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

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

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

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

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

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

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

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