#BFC17C

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

Shades of Pine Glade #BFC17C

Tints of Pine Glade #BFC17C

Color information

#BFC17C (or 0xBFC17C) is unknown color: approx Pine Glade. HEX triplet: BF, C1 and 7C. RGB value is (191,193,124). Sum of RGB (Red+Green+Blue) = 191+193+124=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC17C is #403E83. Grayscale: #B8B8B8. Windows color (decimal): -4210308 or 8176063. OLE color: 8176063.

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

Color convert

RGB191193124-
CMYK0.0100.360.24
HSL61.74º35.75%62.16%-
HSV(B)61.74º35.75%75.69%-
XYZ44.1950.6726.52-
YUV184.5493.84132.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 193 (75.78% from 255) = 37.99%
BLUE value IS 124 (48.83% from 255) = 24.41%
R=37.60%
G=37.99%
B=24.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911931240.0100.360.2461.7435.7562.16
HexBFC17C1024183e243e
Octal277301174104430764476
Binary101111111100000111111001010010011000111110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC17C; }

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

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

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

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

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

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

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

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