#BFC47A

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

Shades of Pine Glade #BFC47A

Tints of Pine Glade #BFC47A

Color information

#BFC47A (or 0xBFC47A) is unknown color: approx Pine Glade. HEX triplet: BF, C4 and 7A. RGB value is (191,196,122). Sum of RGB (Red+Green+Blue) = 191+196+122=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC47A is #403B85. Grayscale: #BABABA. Windows color (decimal): -4209542 or 8045759. OLE color: 8045759.

HSL color Cylindrical-coordinate representation of color #BFC47A: hue angle of 64.05º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFC47A is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB191196122-
CMYK0.0300.380.23
HSL64.05º38.54%62.35%-
HSV(B)64.05º37.76%76.86%-
XYZ44.7451.9626.08-
YUV186.0791.84131.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.52%
GREEN value IS 196 (76.95% from 255) = 38.51%
BLUE value IS 122 (48.05% from 255) = 23.97%
R=37.52%
G=38.51%
B=23.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911961220.0300.380.2364.0538.5462.35
HexBFC47A30261740273e
Octal2773041723046271004776
Binary10111111110001001111010110100110101111000000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC47A; }

 p { color: rgb(191,196,122); }

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

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

 a { background-color: rgb(191,196,122); }

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

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

 span { border-color: rgb(191,196,122); }

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