#BFC373

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

Shades of Pine Glade #BFC373

Tints of Pine Glade #BFC373

Color information

#BFC373 (or 0xBFC373) is unknown color: approx Pine Glade. HEX triplet: BF, C3 and 73. RGB value is (191,195,115). Sum of RGB (Red+Green+Blue) = 191+195+115=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC373 is #403C8C. Grayscale: #B9B9B9. Windows color (decimal): -4209805 or 7586751. OLE color: 7586751.

HSL color Cylindrical-coordinate representation of color #BFC373: hue angle of 63º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFC373 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB191195115-
CMYK0.0200.410.24
HSL63º40%60.78%-
HSV(B)63º41.03%76.47%-
XYZ44.151.3423.81-
YUV184.6888.67132.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.12%
GREEN value IS 195 (76.56% from 255) = 38.92%
BLUE value IS 115 (45.31% from 255) = 22.95%
R=38.12%
G=38.92%
B=22.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911951150.0200.410.24634060.78
HexBFC3732029183f283d
Octal277303163205130775075
Binary1011111111000011111001110010100111000111111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC373; }

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

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

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

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

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

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

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

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