#BFC17A

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

Shades of Pine Glade #BFC17A

Tints of Pine Glade #BFC17A

Color information

#BFC17A (or 0xBFC17A) is unknown color: approx Pine Glade. HEX triplet: BF, C1 and 7A. RGB value is (191,193,122). Sum of RGB (Red+Green+Blue) = 191+193+122=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC17A is #403E85. Grayscale: #B8B8B8. Windows color (decimal): -4210310 or 8044991. OLE color: 8044991.

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

Color convert

RGB191193122-
CMYK0.0100.370.24
HSL61.69º36.41%61.76%-
HSV(B)61.69º36.79%75.69%-
XYZ44.0750.6225.86-
YUV184.3192.84132.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.75%
GREEN value IS 193 (75.78% from 255) = 38.14%
BLUE value IS 122 (48.05% from 255) = 24.11%
R=37.75%
G=38.14%
B=24.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911931220.0100.370.2461.6936.4161.76
HexBFC17A1025183e243e
Octal277301172104530764476
Binary101111111100000111110101010010111000111110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC17A; }

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

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

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

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

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

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

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

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