#BFC176

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

Shades of Pine Glade #BFC176

Tints of Pine Glade #BFC176

Color information

#BFC176 (or 0xBFC176) is unknown color: approx Pine Glade. HEX triplet: BF, C1 and 76. RGB value is (191,193,118). Sum of RGB (Red+Green+Blue) = 191+193+118=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC176 is #403E89. Grayscale: #B8B8B8. Windows color (decimal): -4210314 or 7782847. OLE color: 7782847.

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

Color convert

RGB191193118-
CMYK0.0100.390.24
HSL61.6º37.69%60.98%-
HSV(B)61.6º38.86%75.69%-
XYZ43.8350.5224.58-
YUV183.8590.84133.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.05%
GREEN value IS 193 (75.78% from 255) = 38.45%
BLUE value IS 118 (46.48% from 255) = 23.51%
R=38.05%
G=38.45%
B=23.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911931180.0100.390.2461.637.6960.98
HexBFC1761027183e263d
Octal277301166104730764675
Binary101111111100000111101101010011111000111110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC176; }

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

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

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

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

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

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

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

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