#BFC473

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

Shades of Pine Glade #BFC473

Tints of Pine Glade #BFC473

Color information

#BFC473 (or 0xBFC473) is unknown color: approx Pine Glade. HEX triplet: BF, C4 and 73. RGB value is (191,196,115). Sum of RGB (Red+Green+Blue) = 191+196+115=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC473 is #403B8C. Grayscale: #B9B9B9. Windows color (decimal): -4209549 or 7587007. OLE color: 7587007.

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

Color convert

RGB191196115-
CMYK0.0300.410.23
HSL63.7º40.7%60.98%-
HSV(B)63.7º41.33%76.86%-
XYZ44.3251.7923.88-
YUV185.2788.34132.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.05%
GREEN value IS 196 (76.95% from 255) = 39.04%
BLUE value IS 115 (45.31% from 255) = 22.91%
R=38.05%
G=39.04%
B=22.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911961150.0300.410.2363.740.760.98
HexBFC47330291740293d
Octal2773041633051271005175
Binary10111111110001001110011110101001101111000000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC473; }

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

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

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

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

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

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

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

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