#BFCF77

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

Shades of Pine Glade #BFCF77

Tints of Pine Glade #BFCF77

Color information

#BFCF77 (or 0xBFCF77) is unknown color: approx Pine Glade. HEX triplet: BF, CF and 77. RGB value is (191,207,119). Sum of RGB (Red+Green+Blue) = 191+207+119=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 119 (46.88% from 255 or 23.02% from 517); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCF77 is #403088. Grayscale: #C0C0C0. Windows color (decimal): -4206729 or 7851967. OLE color: 7851967.

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

Color convert

RGB191207119-
CMYK0.0800.430.19
HSL70.91º47.83%63.92%-
HSV(B)70.91º42.51%81.18%-
XYZ47.1357.0325.98-
YUV192.1886.7127.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.94%
GREEN value IS 207 (81.25% from 255) = 40.04%
BLUE value IS 119 (46.88% from 255) = 23.02%
R=36.94%
G=40.04%
B=23.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912071190.0800.430.1970.9147.8363.92
HexBFCF77802B13473040
Octal277317167100532310760100
Binary10111111110011111110111100001010111001110001111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCF77; }

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

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

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

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

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

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

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

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