#BFC57D

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

Shades of Pine Glade #BFC57D

Tints of Pine Glade #BFC57D

Color information

#BFC57D (or 0xBFC57D) is unknown color: approx Pine Glade. HEX triplet: BF, C5 and 7D. RGB value is (191,197,125). Sum of RGB (Red+Green+Blue) = 191+197+125=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC57D is #403A82. Grayscale: #BBBBBB. Windows color (decimal): -4209283 or 8242623. OLE color: 8242623.

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

Color convert

RGB191197125-
CMYK0.0300.370.23
HSL65º38.3%63.14%-
HSV(B)65º36.55%77.25%-
XYZ45.1552.4927.15-
YUV18793.01130.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 197 (77.34% from 255) = 38.40%
BLUE value IS 125 (49.22% from 255) = 24.37%
R=37.23%
G=38.40%
B=24.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911971250.0300.370.236538.363.14
HexBFC57D30251741263f
Octal2773051753045271014677
Binary10111111110001011111101110100101101111000001100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC57D; }

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

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

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

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

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

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

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

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