#BFC57A

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

Shades of Pine Glade #BFC57A

Tints of Pine Glade #BFC57A

Color information

#BFC57A (or 0xBFC57A) is unknown color: approx Pine Glade. HEX triplet: BF, C5 and 7A. RGB value is (191,197,122). Sum of RGB (Red+Green+Blue) = 191+197+122=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC57A is #403A85. Grayscale: #BABABA. Windows color (decimal): -4209286 or 8046015. OLE color: 8046015.

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

Color convert

RGB191197122-
CMYK0.0300.380.23
HSL64.8º39.27%62.55%-
HSV(B)64.8º38.07%77.25%-
XYZ44.9652.4126.16-
YUV186.6691.51131.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.45%
GREEN value IS 197 (77.34% from 255) = 38.63%
BLUE value IS 122 (48.05% from 255) = 23.92%
R=37.45%
G=38.63%
B=23.92%

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
Decimal1911971220.0300.380.2364.839.2762.55
HexBFC57A30261741273f
Octal2773051723046271014777
Binary10111111110001011111010110100110101111000001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC57A; }

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

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

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

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

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

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

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

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