#BFC178

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

Shades of Pine Glade #BFC178

Tints of Pine Glade #BFC178

Color information

#BFC178 (or 0xBFC178) is unknown color: approx Pine Glade. HEX triplet: BF, C1 and 78. RGB value is (191,193,120). Sum of RGB (Red+Green+Blue) = 191+193+120=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 120 (47.27% from 255 or 23.81% from 504); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC178 is #403E87. Grayscale: #B8B8B8. Windows color (decimal): -4210312 or 7913919. OLE color: 7913919.

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

Color convert

RGB191193120-
CMYK0.0100.380.24
HSL61.64º37.06%61.37%-
HSV(B)61.64º37.82%75.69%-
XYZ43.9550.5725.21-
YUV184.0891.84132.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.90%
GREEN value IS 193 (75.78% from 255) = 38.29%
BLUE value IS 120 (47.27% from 255) = 23.81%
R=37.90%
G=38.29%
B=23.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911931200.0100.380.2461.6437.0661.37
HexBFC1781026183e253d
Octal277301170104630764575
Binary101111111100000111110001010011011000111110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC178; }

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

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

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

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

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

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

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

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