#BFC771

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

Shades of Pine Glade #BFC771

Tints of Pine Glade #BFC771

Color information

#BFC771 (or 0xBFC771) is unknown color: approx Pine Glade. HEX triplet: BF, C7 and 71. RGB value is (191,199,113). Sum of RGB (Red+Green+Blue) = 191+199+113=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 113 (44.53% from 255 or 22.47% from 503); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC771 is #40388E. Grayscale: #BBBBBB. Windows color (decimal): -4208783 or 7456703. OLE color: 7456703.

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

Color convert

RGB191199113-
CMYK0.0400.430.22
HSL65.58º43.43%61.18%-
HSV(B)65.58º43.22%78.04%-
XYZ44.8953.1223.51-
YUV186.886.35130.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.97%
GREEN value IS 199 (78.12% from 255) = 39.56%
BLUE value IS 113 (44.53% from 255) = 22.47%
R=37.97%
G=39.56%
B=22.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911991130.0400.430.2265.5843.4361.18
HexBFC771402B16422b3d
Octal2773071614053261025375
Binary101111111100011111100011000101011101101000010101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC771; }

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

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

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

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

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

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

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

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