#BFCF74

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

Shades of Pine Glade #BFCF74

Tints of Pine Glade #BFCF74

Color information

#BFCF74 (or 0xBFCF74) is unknown color: approx Pine Glade. HEX triplet: BF, CF and 74. RGB value is (191,207,116). Sum of RGB (Red+Green+Blue) = 191+207+116=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCF74 is #40308B. Grayscale: #C0C0C0. Windows color (decimal): -4206732 or 7655359. OLE color: 7655359.

HSL color Cylindrical-coordinate representation of color #BFCF74: hue angle of 70.55º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFCF74 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB191207116-
CMYK0.0800.440.19
HSL70.55º48.66%63.33%-
HSV(B)70.55º43.96%81.18%-
XYZ46.9556.9625.04-
YUV191.8485.2127.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.16%
GREEN value IS 207 (81.25% from 255) = 40.27%
BLUE value IS 116 (45.70% from 255) = 22.57%
R=37.16%
G=40.27%
B=22.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912071160.0800.440.1970.5548.6663.33
HexBFCF74802C1347313f
Octal27731716410054231076177
Binary1011111111001111111010010000101100100111000111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCF74; }

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

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

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

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

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

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

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

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