#BFC17E

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

Shades of Pine Glade #BFC17E

Tints of Pine Glade #BFC17E

Color information

#BFC17E (or 0xBFC17E) is unknown color: approx Pine Glade. HEX triplet: BF, C1 and 7E. RGB value is (191,193,126). Sum of RGB (Red+Green+Blue) = 191+193+126=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 126 (49.61% from 255 or 24.71% from 510); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC17E is #403E81. Grayscale: #B9B9B9. Windows color (decimal): -4210306 or 8307135. OLE color: 8307135.

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

Color convert

RGB191193126-
CMYK0.0100.350.24
HSL61.79º35.08%62.55%-
HSV(B)61.79º34.72%75.69%-
XYZ44.3250.7227.19-
YUV184.7694.84132.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.45%
GREEN value IS 193 (75.78% from 255) = 37.84%
BLUE value IS 126 (49.61% from 255) = 24.71%
R=37.45%
G=37.84%
B=24.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911931260.0100.350.2461.7935.0862.55
HexBFC17E1023183e233f
Octal277301176104330764377
Binary101111111100000111111101010001111000111110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC17E; }

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

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

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

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

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

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

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

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