#BFC971

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

Shades of Pine Glade #BFC971

Tints of Pine Glade #BFC971

Color information

#BFC971 (or 0xBFC971) is unknown color: approx Pine Glade. HEX triplet: BF, C9 and 71. RGB value is (191,201,113). Sum of RGB (Red+Green+Blue) = 191+201+113=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC971 is #40368E. Grayscale: #BCBCBC. Windows color (decimal): -4208271 or 7457215. OLE color: 7457215.

HSL color Cylindrical-coordinate representation of color #BFC971: hue angle of 66.82º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFC971 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB191201113-
CMYK0.0500.440.21
HSL66.82º44.9%61.57%-
HSV(B)66.82º43.78%78.82%-
XYZ45.3554.0423.66-
YUV187.9885.69130.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.82%
GREEN value IS 201 (78.91% from 255) = 39.80%
BLUE value IS 113 (44.53% from 255) = 22.38%
R=37.82%
G=39.80%
B=22.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912011130.0500.440.2166.8244.961.57
HexBFC971502C15432d3e
Octal2773111615054251035576
Binary101111111100100111100011010101100101011000011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC971; }

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

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

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

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

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

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

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

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