#BFC582

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

Shades of Pine Glade #BFC582

Tints of Pine Glade #BFC582

Color information

#BFC582 (or 0xBFC582) is unknown color: approx Pine Glade. HEX triplet: BF, C5 and 82. RGB value is (191,197,130). Sum of RGB (Red+Green+Blue) = 191+197+130=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC582 is #403A7D. Grayscale: #BBBBBB. Windows color (decimal): -4209278 or 8570303. OLE color: 8570303.

HSL color Cylindrical-coordinate representation of color #BFC582: hue angle of 65.37º degrees, saturation: 0.37, 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 #BFC582 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB191197130-
CMYK0.0300.340.23
HSL65.37º36.61%64.12%-
HSV(B)65.37º34.01%77.25%-
XYZ45.4852.6228.88-
YUV187.5795.51130.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.87%
GREEN value IS 197 (77.34% from 255) = 38.03%
BLUE value IS 130 (51.17% from 255) = 25.10%
R=36.87%
G=38.03%
B=25.10%

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
Decimal1911971300.0300.340.2365.3736.6164.12
HexBFC582302217412540
Octal27730520230422710145100
Binary1011111111000101100000101101000101011110000011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC582; }

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

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

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

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

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

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

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

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