#BFC770

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

Shades of Pine Glade #BFC770

Tints of Pine Glade #BFC770

Color information

#BFC770 (or 0xBFC770) is unknown color: approx Pine Glade. HEX triplet: BF, C7 and 70. RGB value is (191,199,112). Sum of RGB (Red+Green+Blue) = 191+199+112=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC770 is #40388F. Grayscale: #BBBBBB. Windows color (decimal): -4208784 or 7391167. OLE color: 7391167.

HSL color Cylindrical-coordinate representation of color #BFC770: hue angle of 65.52º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFC770 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB191199112-
CMYK0.0400.440.22
HSL65.52º43.72%60.98%-
HSV(B)65.52º43.72%78.04%-
XYZ44.8353.0923.21-
YUV186.6985.85131.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.05%
GREEN value IS 199 (78.12% from 255) = 39.64%
BLUE value IS 112 (44.14% from 255) = 22.31%
R=38.05%
G=39.64%
B=22.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911991120.0400.440.2265.5243.7260.98
HexBFC770402C16422c3d
Octal2773071604054261025475
Binary101111111100011111100001000101100101101000010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC770; }

 p { color: rgb(191,199,112); }

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

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

 a { background-color: rgb(191,199,112); }

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

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

 span { border-color: rgb(191,199,112); }

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