#BFC674

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

Shades of Pine Glade #BFC674

Tints of Pine Glade #BFC674

Color information

#BFC674 (or 0xBFC674) is unknown color: approx Pine Glade. HEX triplet: BF, C6 and 74. RGB value is (191,198,116). Sum of RGB (Red+Green+Blue) = 191+198+116=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC674 is #40398B. Grayscale: #BABABA. Windows color (decimal): -4209036 or 7653055. OLE color: 7653055.

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

Color convert

RGB191198116-
CMYK0.0400.410.22
HSL65.12º41.84%61.57%-
HSV(B)65.12º41.41%77.65%-
XYZ44.8352.7324.34-
YUV186.5688.18131.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.82%
GREEN value IS 198 (77.73% from 255) = 39.21%
BLUE value IS 116 (45.70% from 255) = 22.97%
R=37.82%
G=39.21%
B=22.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911981160.0400.410.2265.1241.8461.57
HexBFC674402916412a3e
Octal2773061644051261015276
Binary101111111100011011101001000101001101101000001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC674; }

 p { color: rgb(191,198,116); }

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

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

 a { background-color: rgb(191,198,116); }

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

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

 span { border-color: rgb(191,198,116); }

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