#BFC075

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

Shades of Pine Glade #BFC075

Tints of Pine Glade #BFC075

Color information

#BFC075 (or 0xBFC075) is unknown color: approx Pine Glade. HEX triplet: BF, C0 and 75. RGB value is (191,192,117). Sum of RGB (Red+Green+Blue) = 191+192+117=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC075 is #403F8A. Grayscale: #B7B7B7. Windows color (decimal): -4210571 or 7717055. OLE color: 7717055.

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

Color convert

RGB191192117-
CMYK0.0100.390.25
HSL60.8º37.31%60.59%-
HSV(B)60.8º39.06%75.29%-
XYZ43.5550.0624.2-
YUV183.1590.67133.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.2%
GREEN value IS 192 (75.39% from 255) = 38.4%
BLUE value IS 117 (46.09% from 255) = 23.4%
R=38.2%
G=38.4%
B=23.4%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911921170.0100.390.2560.837.3160.59
HexBFC0751027193d253d
Octal277300165104731754575
Binary101111111100000011101011010011111001111101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC075; }

 p { color: rgb(191,192,117); }

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

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

 a { background-color: rgb(191,192,117); }

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

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

 span { border-color: rgb(191,192,117); }

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