#BFC175

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

Shades of Pine Glade #BFC175

Tints of Pine Glade #BFC175

Color information

#BFC175 (or 0xBFC175) is unknown color: approx Pine Glade. HEX triplet: BF, C1 and 75. RGB value is (191,193,117). Sum of RGB (Red+Green+Blue) = 191+193+117=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC175 is #403E8A. Grayscale: #B8B8B8. Windows color (decimal): -4210315 or 7717311. OLE color: 7717311.

HSL color Cylindrical-coordinate representation of color #BFC175: hue angle of 61.58º 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 #BFC175 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB191193117-
CMYK0.0100.390.24
HSL61.58º38%60.78%-
HSV(B)61.58º39.38%75.69%-
XYZ43.7750.524.27-
YUV183.7490.34133.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.12%
GREEN value IS 193 (75.78% from 255) = 38.52%
BLUE value IS 117 (46.09% from 255) = 23.35%
R=38.12%
G=38.52%
B=23.35%

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
Decimal1911931170.0100.390.2461.583860.78
HexBFC1751027183e263d
Octal277301165104730764675
Binary101111111100000111101011010011111000111110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC175; }

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

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

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

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

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

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

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

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