#BFC481

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

Shades of Pine Glade #BFC481

Tints of Pine Glade #BFC481

Color information

#BFC481 (or 0xBFC481) is unknown color: approx Pine Glade. HEX triplet: BF, C4 and 81. RGB value is (191,196,129). Sum of RGB (Red+Green+Blue) = 191+196+129=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 129 (50.78% from 255 or 25% from 516); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC481 is #403B7E. Grayscale: #BBBBBB. Windows color (decimal): -4209535 or 8504511. OLE color: 8504511.

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

Color convert

RGB191196129-
CMYK0.0300.340.23
HSL64.48º36.22%63.73%-
HSV(B)64.48º34.18%76.86%-
XYZ45.1952.1428.45-
YUV186.8795.34130.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.02%
GREEN value IS 196 (76.95% from 255) = 37.98%
BLUE value IS 129 (50.78% from 255) = 25%
R=37.02%
G=37.98%
B=25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911961290.0300.340.2364.4836.2263.73
HexBFC481302217402440
Octal27730420130422710044100
Binary1011111111000100100000011101000101011110000001001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC481; }

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

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

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

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

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

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

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

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