#BFC18B

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

Shades of Pine Glade #BFC18B

Tints of Pine Glade #BFC18B

Color information

#BFC18B (or 0xBFC18B) is unknown color: approx Pine Glade. HEX triplet: BF, C1 and 8B. RGB value is (191,193,139). Sum of RGB (Red+Green+Blue) = 191+193+139=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC18B is #403E74. Grayscale: #BABABA. Windows color (decimal): -4210293 or 9159103. OLE color: 9159103.

HSL color Cylindrical-coordinate representation of color #BFC18B: hue angle of 62.22º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFC18B is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB191193139-
CMYK0.0100.280.24
HSL62.22º30.34%65.1%-
HSV(B)62.22º27.98%75.69%-
XYZ45.2251.0831.9-
YUV186.25101.34131.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.52%
GREEN value IS 193 (75.78% from 255) = 36.90%
BLUE value IS 139 (54.69% from 255) = 26.58%
R=36.52%
G=36.90%
B=26.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911931390.0100.280.2462.2230.3465.1
HexBFC18B101C183e1e41
Octal2773012131034307636101
Binary101111111100000110001011101110011000111110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC18B; }

 p { color: rgb(191,193,139); }

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

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

 a { background-color: rgb(191,193,139); }

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

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

 span { border-color: rgb(191,193,139); }

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