#BFC17B

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

Shades of Pine Glade #BFC17B

Tints of Pine Glade #BFC17B

Color information

#BFC17B (or 0xBFC17B) is unknown color: approx Pine Glade. HEX triplet: BF, C1 and 7B. RGB value is (191,193,123). Sum of RGB (Red+Green+Blue) = 191+193+123=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC17B is #403E84. Grayscale: #B8B8B8. Windows color (decimal): -4210309 or 8110527. OLE color: 8110527.

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

Color convert

RGB191193123-
CMYK0.0100.360.24
HSL61.71º36.08%61.96%-
HSV(B)61.71º36.27%75.69%-
XYZ44.1350.6526.19-
YUV184.4293.34132.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 193 (75.78% from 255) = 38.07%
BLUE value IS 123 (48.44% from 255) = 24.26%
R=37.67%
G=38.07%
B=24.26%

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
Decimal1911931230.0100.360.2461.7136.0861.96
HexBFC17B1024183e243e
Octal277301173104430764476
Binary101111111100000111110111010010011000111110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC17B; }

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

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

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

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

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

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

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

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